diff options
author | Lars Knoll <[email protected]> | 2013-08-08 15:18:21 +0200 |
---|---|---|
committer | The Qt Project <[email protected]> | 2013-08-20 14:20:51 +0200 |
commit | a71e35a95c9f352db91fb82d8a564d01ba961341 (patch) | |
tree | 43134a8f81417d524b58d1a45902c8b06d85843f /src/qml | |
parent | e43b6bd9c7a3d584e488cd3c84f9deb2d8955b64 (diff) |
Clean up one more header dependency for the compiler
Change-Id: Ibf20a4031bbaa217ddf460607bb1612cb6d76efb
Reviewed-by: Simon Hausmann <[email protected]>
Diffstat (limited to 'src/qml')
-rw-r--r-- | src/qml/compiler/qv4isel_util_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/compiler/qv4isel_util_p.h b/src/qml/compiler/qv4isel_util_p.h index c5c9386ff5..2e3b64c360 100644 --- a/src/qml/compiler/qv4isel_util_p.h +++ b/src/qml/compiler/qv4isel_util_p.h @@ -42,7 +42,7 @@ #ifndef QV4ISEL_UTIL_P_H #define QV4ISEL_UTIL_P_H -#include "private/qv4runtime_p.h" +#include "private/qv4value_def_p.h" #include "qv4jsir_p.h" QT_BEGIN_NAMESPACE |