summaryrefslogtreecommitdiffstats
path: root/util/glgen/qopenglversionfunctions.h.header
diff options
context:
space:
mode:
Diffstat (limited to 'util/glgen/qopenglversionfunctions.h.header')
-rw-r--r--util/glgen/qopenglversionfunctions.h.header7
1 files changed, 4 insertions, 3 deletions
diff --git a/util/glgen/qopenglversionfunctions.h.header b/util/glgen/qopenglversionfunctions.h.header
index 3bd28fc52d..69cdaf3728 100644
--- a/util/glgen/qopenglversionfunctions.h.header
+++ b/util/glgen/qopenglversionfunctions.h.header
@@ -51,17 +51,18 @@
#ifndef QOPENGLVERSIONFUNCTIONS_H
#define QOPENGLVERSIONFUNCTIONS_H
+#include <QtCore/qglobal.h>
+
#ifndef QT_NO_OPENGL
-#include <QtCore/QtGlobal>
#include <QtCore/qhash.h>
#include <QtCore/qpair.h>
#include <QtGui/qopengl.h>
-class QOpenGLContext;
-
QT_BEGIN_NAMESPACE
+class QOpenGLContext;
+
#if 0
// silence syncqt warnings
#pragma qt_class(QOpenGLVersionFunctions)