mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
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.
This commit is contained in:
parent
42c991fa24
commit
6ce210062d
@ -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 <glib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user