diff --git a/src/compositor.h b/src/compositor.h index 4b77abd3b..740009cb5 100644 --- a/src/compositor.h +++ b/src/compositor.h @@ -36,7 +36,6 @@ #include "version.h" #include "matrix.h" #include "config-parser.h" -#include "weston-egl-ext.h" #define ARRAY_LENGTH(a) (sizeof (a) / sizeof (a)[0]) diff --git a/src/gles2-renderer.c b/src/gles2-renderer.c index 544cc15fa..179d59283 100644 --- a/src/gles2-renderer.c +++ b/src/gles2-renderer.c @@ -29,6 +29,7 @@ #include #include "compositor.h" +#include "weston-egl-ext.h" static const char * egl_error_string(EGLint code)