summaryrefslogtreecommitdiffstats
path: root/src/core/surface_factory_qt.cpp
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2014-09-10 14:13:20 +0200
committerJocelyn Turcotte <jocelyn.turcotte@digia.com>2014-09-11 15:35:53 +0200
commit50f79d4bfbfd1007fa3c75132dfc945ad39ac716 (patch)
tree0f087fa489e4955b7711549ca6820370c28fe602 /src/core/surface_factory_qt.cpp
parentd741059422ebeb1613c767bdd318c87228ec2160 (diff)
Remove unnecessary private header includes
Most importantly, get rid of QOpenGLContextPrivate::globalShareContext which will be removed before the final. Change-Id: I5796fa822d2962c21fd8b6d8d3c196686d536e3d Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'src/core/surface_factory_qt.cpp')
-rw-r--r--src/core/surface_factory_qt.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/surface_factory_qt.cpp b/src/core/surface_factory_qt.cpp
index a9c175a23..ca48da46e 100644
--- a/src/core/surface_factory_qt.cpp
+++ b/src/core/surface_factory_qt.cpp
@@ -43,7 +43,6 @@
#include "ui/gl/gl_implementation.h"
#include <QGuiApplication>
-#include <qpa/qplatformnativeinterface.h>
#if defined(USE_OZONE) || defined(OS_ANDROID)
#include <EGL/egl.h>