aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/parser/qqmljsengine_p.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2019-07-08 13:13:20 +0200
committerUlf Hermann <ulf.hermann@qt.io>2019-07-08 13:55:46 +0200
commit7811d69006d298dcbe2abff874b02dfa80d8bf80 (patch)
tree4aced4c5d4dd4f7bee7e418b0159f7bc58636493 /src/qml/parser/qqmljsengine_p.h
parentdbb38f35dac54d194b00999cfde933c9d1feb486 (diff)
Move the memory pool into the common code
We need it in both, the compiler and the runtime. Change-Id: Iffacb9d150bf9eef6ef477bfd427dbac9bf49359 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml/parser/qqmljsengine_p.h')
-rw-r--r--src/qml/parser/qqmljsengine_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qml/parser/qqmljsengine_p.h b/src/qml/parser/qqmljsengine_p.h
index 6a754fc236..8a3e2db6a1 100644
--- a/src/qml/parser/qqmljsengine_p.h
+++ b/src/qml/parser/qqmljsengine_p.h
@@ -52,9 +52,10 @@
//
#include "qqmljsglobal_p.h"
-#include "qqmljsmemorypool_p.h"
#include "qqmljssourcelocation_p.h"
+#include <private/qqmljsmemorypool_p.h>
+
#include <QtCore/qstring.h>
#include <QtCore/qset.h>