summaryrefslogtreecommitdiffstats
path: root/src/script/api/qscriptcontext_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/api/qscriptcontext_p.h')
-rw-r--r--src/script/api/qscriptcontext_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/script/api/qscriptcontext_p.h b/src/script/api/qscriptcontext_p.h
index e8cc47e..c40f3de 100644
--- a/src/script/api/qscriptcontext_p.h
+++ b/src/script/api/qscriptcontext_p.h
@@ -55,8 +55,6 @@
#include <QtCore/qobjectdefs.h>
-QT_BEGIN_NAMESPACE
-
namespace JSC
{
class JSObject;
@@ -64,8 +62,7 @@ namespace JSC
class ExecState;
}
-#include "wtf/Platform.h"
-#include "JSValue.h"
+QT_BEGIN_NAMESPACE
class QScriptEnginePrivate;
@@ -73,4 +70,7 @@ class QScriptContext;
QT_END_NAMESPACE
+#include "wtf/Platform.h"
+#include "JSValue.h"
+
#endif