summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2010-09-17 16:26:53 (GMT)
committerSamuel Rødal <samuel.rodal@nokia.com>2010-09-17 17:58:20 (GMT)
commita65f53a09c2a5950bd8b98fd791dc413bb11f9bf (patch)
tree984fcf934464d948819d3835be140bbead5799d2 /src/plugins
parentdd14f5ea568ce647638993da90112e71cffc9cc9 (diff)
downloadQt-a65f53a09c2a5950bd8b98fd791dc413bb11f9bf.zip
Qt-a65f53a09c2a5950bd8b98fd791dc413bb11f9bf.tar.gz
Qt-a65f53a09c2a5950bd8b98fd791dc413bb11f9bf.tar.bz2
Fixed compilation of MeeGo graphics system without eglext.h
We don't rely on this header, so there's no need to include it. Reviewed-by: Benjamin Poulain <benjamin.poulain@nokia.com>
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/graphicssystems/meego/qmeegoextensions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/graphicssystems/meego/qmeegoextensions.h b/src/plugins/graphicssystems/meego/qmeegoextensions.h
index 7f219de..f1a74f5 100644
--- a/src/plugins/graphicssystems/meego/qmeegoextensions.h
+++ b/src/plugins/graphicssystems/meego/qmeegoextensions.h
@@ -43,7 +43,6 @@
#define MEXTENSIONS_H
#include <EGL/egl.h>
-#include <EGL/eglext.h>
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>
#include <private/qgl_p.h>