summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/plugins/platforms/windows/qwindowsglcontext.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/plugins/platforms/windows/qwindowsglcontext.cpp b/src/plugins/platforms/windows/qwindowsglcontext.cpp
index c144a621e6..31d8c02cb8 100644
--- a/src/plugins/platforms/windows/qwindowsglcontext.cpp
+++ b/src/plugins/platforms/windows/qwindowsglcontext.cpp
@@ -47,11 +47,7 @@
#include <QtCore/QSysInfo>
#include <WinGDI.h>
-#if defined(Q_CC_MINGW)
-# include <GL/Gl.h>
-#else
-# include <Gl.h>
-#endif
+#include <GL/Gl.h>
// #define DEBUG_GL