diff --git a/cogl/cogl-framebuffer.h b/cogl/cogl-framebuffer.h index 02188b7b8..50ac7cb33 100644 --- a/cogl/cogl-framebuffer.h +++ b/cogl/cogl-framebuffer.h @@ -30,9 +30,9 @@ #include -#ifdef COGL_HAS_WIN32 +#ifdef COGL_HAS_WIN32_SUPPORT #include -#endif /* COGL_HAS_WIN32 */ +#endif /* COGL_HAS_WIN32_SUPPORT */ G_BEGIN_DECLS diff --git a/cogl/cogl.h b/cogl/cogl.h index 75c37def0..cbd2d0c0c 100644 --- a/cogl/cogl.h +++ b/cogl/cogl.h @@ -88,9 +88,6 @@ typedef struct _CoglFramebuffer CoglFramebuffer; #ifdef COGL_HAS_XLIB #include #endif -#ifdef COGL_HAS_WIN32 -#include -#endif /* XXX: This will definitly go away once all the Clutter winsys * code has been migrated down into Cogl! */ #include