diff options
author | Robert Bragg <robert@linux.intel.com> | 2012-11-20 18:58:05 +0000 |
---|---|---|
committer | Robert Bragg <robert@linux.intel.com> | 2013-01-02 17:24:33 +0000 |
commit | 01cc82ece091aa3bec4c07fdd6bc9e5135fca573 (patch) | |
tree | 0393413c5e61053a1f41957dbdd0ecbb06e96b79 /cogl/cogl-blend-string.c | |
parent | 0f6d2b2a3a55fc6e0311940f3299ba99b74e5d9f (diff) | |
download | cogl-01cc82ece091aa3bec4c07fdd6bc9e5135fca573.tar.gz |
Remove cogl-internal.h
This remove cogl-internal.h in favour of using cogl-private.h. Some
things in cogl-internal.h were moved to driver/gl/cogl-util-gl-private.h
and the _cogl_gl_error_to_string function whose prototype was moved from
cogl-internal.h to cogl-util-gl-private.h has had its implementation
moved from cogl.c to cogl-util-gl.c
Reviewed-by: Neil Roberts <neil@linux.intel.com>
Diffstat (limited to 'cogl/cogl-blend-string.c')
-rw-r--r-- | cogl/cogl-blend-string.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cogl/cogl-blend-string.c b/cogl/cogl-blend-string.c index 7d4c2e59..f62e8c06 100644 --- a/cogl/cogl-blend-string.c +++ b/cogl/cogl-blend-string.c @@ -33,7 +33,6 @@ #include <glib.h> -#include "cogl-internal.h" #include "cogl-context-private.h" #include "cogl-debug.h" #include "cogl-blend-string.h" |