summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wayland/qwaylandglcontext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/wayland/qwaylandglcontext.cpp')
-rw-r--r--src/plugins/platforms/wayland/qwaylandglcontext.cpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/plugins/platforms/wayland/qwaylandglcontext.cpp b/src/plugins/platforms/wayland/qwaylandglcontext.cpp
index 264da2e..24abcf8 100644
--- a/src/plugins/platforms/wayland/qwaylandglcontext.cpp
+++ b/src/plugins/platforms/wayland/qwaylandglcontext.cpp
@@ -1,7 +1,8 @@
-#define GL_GLEXT_PROTOTYPES
-#include <GLES2/gl2.h>
-#include <GLES2/gl2ext.h>
+#include "qwaylandglcontext.h"
+#include "qwaylanddisplay.h"
+#include "qwaylandwindow.h"
+#include "qwaylandwindowsurface.h"
#include "qfontconfigdatabase.h"
#include <QImageReader>
@@ -19,9 +20,6 @@
#include <private/qpixmapdata_gl_p.h>
#include <private/qpaintengineex_opengl2_p.h>
-#include "qwaylandintegration.h"
-#include "qwaylandwindowsurface.h"
-
#include <unistd.h>
#include <fcntl.h>