From f7536985437dc85c26b33d1bbe1b7f3d4b32476a Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Thu, 28 Nov 2013 17:36:08 +0000 Subject: Make cogl-sdl.h a top-level header This makes it so that cogl-sdl.h is a top-level header no longer automatically included by cogl.h. This avoids lots of warnings building the conformance tests and examples due to SDL.h warning when __STRICT_ANSI__ isn't defined. Reviewed-by: Neil Roberts --- cogl/cogl.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'cogl/cogl.h') diff --git a/cogl/cogl.h b/cogl/cogl.h index fdb68bfa..5809bf10 100644 --- a/cogl/cogl.h +++ b/cogl/cogl.h @@ -100,9 +100,6 @@ /* XXX: This will definitly go away once all the Clutter winsys * code has been migrated down into Cogl! */ #include -#ifdef COGL_HAS_SDL_SUPPORT -#include -#endif /* The gobject introspection scanner seems to parse public headers in * isolation which means we need to be extra careful about how we -- cgit v1.2.1