summaryrefslogtreecommitdiff
path: root/cogl/cogl-feature-private.c
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2012-02-18 01:19:17 +0000
committerRobert Bragg <robert@linux.intel.com>2012-02-20 23:12:45 +0000
commit680f63a48ca1a2cf09952a3d3343fd21fcd3d410 (patch)
tree41696f86811a41e2134216edde12460cd84dd89c /cogl/cogl-feature-private.c
parentcc4aa97579c0b838bb9ae433769bb62084847149 (diff)
downloadcogl-680f63a48ca1a2cf09952a3d3343fd21fcd3d410.tar.gz
Remove all internal includes of cogl.h
The cogl.h header is meant to be the public header for including the 1.x api used by Clutter so we should stop using that as a convenient way to include all likely prototypes and typedefs. Actually we already do a good job of listing the specific headers we depend on in each of the .c files we have so mostly this patch just strip out the redundant includes for cogl.h with a few fixups where that broke the build. Reviewed-by: Neil Roberts <neil@linux.intel.com>
Diffstat (limited to 'cogl/cogl-feature-private.c')
-rw-r--r--cogl/cogl-feature-private.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cogl/cogl-feature-private.c b/cogl/cogl-feature-private.c
index 1708e3ae..9714e8d9 100644
--- a/cogl/cogl-feature-private.c
+++ b/cogl/cogl-feature-private.c
@@ -27,7 +27,6 @@
#include <string.h>
-#include "cogl.h"
#include "cogl-context-private.h"
#include "cogl-feature-private.h"