From 6ce210062debddf6dd1099bf0150dd6e1e4e1c2a Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Thu, 2 Dec 2010 15:37:53 +0000 Subject: [PATCH] cogl-pipeline-opengl: Remove the includes for the various backends Nothing in cogl-pipeline-opengl needs to know about the actual backend implementations, instead it just accesses then through the vtables. --- cogl/cogl-pipeline-opengl.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/cogl/cogl-pipeline-opengl.c b/cogl/cogl-pipeline-opengl.c index 049d0f795..abae1cb94 100644 --- a/cogl/cogl-pipeline-opengl.c +++ b/cogl/cogl-pipeline-opengl.c @@ -37,16 +37,6 @@ #include "cogl-context.h" #include "cogl-texture-private.h" -#ifdef COGL_PIPELINE_BACKEND_GLSL -#include "cogl-pipeline-glsl-private.h" -#endif -#ifdef COGL_PIPELINE_BACKEND_ARBFP -#include "cogl-pipeline-arbfp-private.h" -#endif -#ifdef COGL_PIPELINE_BACKEND_FIXED -#include "cogl-pipeline-fixed-private.h" -#endif - #include #include