[Cogl] [PATCH] winsys-wgl: Don't include cogl.h

Neil Roberts neil at linux.intel.com
Mon Jan 20 07:54:57 PST 2014


Since 248a76f5eac7e5ae4fb45208577f9a55360812a7 cogl.h can no longer be
included in internal source files so the WGL winsys was no longer
compiling.
---
 cogl/winsys/cogl-winsys-wgl.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/cogl/winsys/cogl-winsys-wgl.c b/cogl/winsys/cogl-winsys-wgl.c
index 76abba8..004b88c 100644
--- a/cogl/winsys/cogl-winsys-wgl.c
+++ b/cogl/winsys/cogl-winsys-wgl.c
@@ -36,8 +36,6 @@
 
 #include <windows.h>
 
-#include "cogl.h"
-
 #include "cogl-util.h"
 #include "cogl-winsys-private.h"
 #include "cogl-context-private.h"
-- 
1.8.4.2



More information about the Cogl mailing list