From f6767859061cf49630403326a6ca69659de60840 Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Thu, 5 Apr 2012 15:29:03 +0100 Subject: [PATCH] Fix including a non-existent header cogl-sampler-cache-private.h was including a header which doesn't exist so the build was broken. The header comes from a patch which hasn't been pushed to master yet which splits including GL/gl.h out of cogl-defines.h into a separate header. I added the inclusion to make it pick up the GL defines but it doesn't need to do this yet because cogl-context.h is still including the GL header. I didn't notice the failure because I still had a cogl-gl-header.h lying around from a previous build with the patch. Reviewed-by: Robert Bragg --- cogl/cogl-sampler-cache-private.h | 1 - 1 file changed, 1 deletion(-) diff --git a/cogl/cogl-sampler-cache-private.h b/cogl/cogl-sampler-cache-private.h index 4eb750390..7e1d17cd1 100644 --- a/cogl/cogl-sampler-cache-private.h +++ b/cogl/cogl-sampler-cache-private.h @@ -26,7 +26,6 @@ #define __COGL_SAMPLER_CACHE_PRIVATE_H #include "cogl-context.h" -#include "cogl-gl-header.h" /* GL_ALWAYS is just used here as a value that is known not to clash * with any valid GL wrap modes.