summaryrefslogtreecommitdiff
path: root/cogl/cogl-xlib-renderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/cogl-xlib-renderer.h')
-rw-r--r--cogl/cogl-xlib-renderer.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/cogl/cogl-xlib-renderer.h b/cogl/cogl-xlib-renderer.h
index 64e06415..0afd568f 100644
--- a/cogl/cogl-xlib-renderer.h
+++ b/cogl/cogl-xlib-renderer.h
@@ -21,15 +21,14 @@
* Boston, MA 02111-1307, USA.
*/
-#if !defined(__COGL_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
-#error "Only <cogl/cogl.h> can be included directly."
+#if !defined(__COGL_XLIB_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
+#error "Only <cogl/cogl-xlib.h> can be included directly."
#endif
#ifndef __COGL_XLIB_RENDERER_H__
#define __COGL_XLIB_RENDERER_H__
-#include <cogl/cogl-types.h>
-#include <cogl/cogl-renderer.h>
+#include <cogl/cogl.h>
#include <X11/Xlib.h>