From 01cc82ece091aa3bec4c07fdd6bc9e5135fca573 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Tue, 20 Nov 2012 18:58:05 +0000 Subject: 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 --- cogl/cogl-blend-string.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cogl/cogl-blend-string.c') 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 -#include "cogl-internal.h" #include "cogl-context-private.h" #include "cogl-debug.h" #include "cogl-blend-string.h" -- cgit v1.2.1