diff options
Diffstat (limited to 'cogl/cogl-pipeline-fragend-glsl.c')
-rw-r--r-- | cogl/cogl-pipeline-fragend-glsl.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cogl/cogl-pipeline-fragend-glsl.c b/cogl/cogl-pipeline-fragend-glsl.c index 902afafa..393bb325 100644 --- a/cogl/cogl-pipeline-fragend-glsl.c +++ b/cogl/cogl-pipeline-fragend-glsl.c @@ -62,10 +62,6 @@ * GL/GLES compatability defines for pipeline thingies: */ -#ifdef HAVE_COGL_GLES2 -#include "../gles/cogl-gles2-wrapper.h" -#endif - /* This might not be defined on GLES */ #ifndef GL_TEXTURE_3D #define GL_TEXTURE_3D 0x806F |