summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2011-01-27 11:36:51 (GMT)
committerJørgen Lind <jorgen.lind@nokia.com>2011-01-27 12:43:00 (GMT)
commita98c8058e76e8e0418e16a0cbc4b700e81cdcd3d (patch)
treec5862819824bd103d94383ed45442716d45a0741 /src
parentc8684662c20deacb791afb4ae3169af997793c2a (diff)
downloadQt-a98c8058e76e8e0418e16a0cbc4b700e81cdcd3d.zip
Qt-a98c8058e76e8e0418e16a0cbc4b700e81cdcd3d.tar.gz
Qt-a98c8058e76e8e0418e16a0cbc4b700e81cdcd3d.tar.bz2
Remove unneeded include
Diffstat (limited to 'src')
-rw-r--r--src/plugins/platforms/wayland/qwaylandglcontext.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/plugins/platforms/wayland/qwaylandglcontext.cpp b/src/plugins/platforms/wayland/qwaylandglcontext.cpp
index 4bf68c4..23631d9 100644
--- a/src/plugins/platforms/wayland/qwaylandglcontext.cpp
+++ b/src/plugins/platforms/wayland/qwaylandglcontext.cpp
@@ -51,11 +51,7 @@
#include <unistd.h>
#include <fcntl.h>
-extern "C" {
-#include <xf86drm.h>
-}
-
-Q_GLOBAL_STATIC(QMutex,qt_defaultSharedContextMutex);
+Q_GLOBAL_STATIC(QMutex,qt_defaultSharedContextMutex)
EGLint QWaylandGLContext::contextAttibutes[] = {
EGL_CONTEXT_CLIENT_VERSION, 2,