aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4isel_moth_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-08-08 13:35:17 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-08 15:35:15 +0200
commit5046e8898803ab3e83f4dae1260345fdba207a32 (patch)
tree68b2d8e7c3539089e3d05b5ba7bfccd4490a6aaf /src/qml/compiler/qv4isel_moth_p.h
parentf50153e6c6726a06f246f54f1dfe7842d95b5ed9 (diff)
Clean up some header dependencies
The compiler should have as little dependencies onto the runtime as possible. Change-Id: I3e16a55a4920299945ed405926a6851ed947f42d Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/compiler/qv4isel_moth_p.h')
-rw-r--r--src/qml/compiler/qv4isel_moth_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/compiler/qv4isel_moth_p.h b/src/qml/compiler/qv4isel_moth_p.h
index 9c17245f67..315d798075 100644
--- a/src/qml/compiler/qv4isel_moth_p.h
+++ b/src/qml/compiler/qv4isel_moth_p.h
@@ -46,7 +46,7 @@
#include <private/qv4isel_p.h>
#include <private/qv4isel_util_p.h>
#include <private/qv4jsir_p.h>
-#include <private/qv4object_p.h>
+#include <private/qv4value_def_p.h>
#include "qv4instr_moth_p.h"
QT_BEGIN_NAMESPACE