diff options
author | Ulf Hermann <[email protected]> | 2019-07-08 13:17:22 +0200 |
---|---|---|
committer | Ulf Hermann <[email protected]> | 2019-07-08 13:55:22 +0200 |
commit | dbb38f35dac54d194b00999cfde933c9d1feb486 (patch) | |
tree | d387ecc180bf9a3f197e3b334700f65203c05774 /src/qml/jsruntime/qv4executablecompilationunit.cpp | |
parent | 5f3ac8a4d02d8d7b33ee3d09b5b56064c9e39bc7 (diff) |
Remove some unneeded includes
Change-Id: Id05059dfc9910dad206e511b08f18487e241e508
Reviewed-by: Fabian Kosmale <[email protected]>
Reviewed-by: Simon Hausmann <[email protected]>
Diffstat (limited to 'src/qml/jsruntime/qv4executablecompilationunit.cpp')
-rw-r--r-- | src/qml/jsruntime/qv4executablecompilationunit.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4executablecompilationunit.cpp b/src/qml/jsruntime/qv4executablecompilationunit.cpp index 39f4a0a129..93ce3a467b 100644 --- a/src/qml/jsruntime/qv4executablecompilationunit.cpp +++ b/src/qml/jsruntime/qv4executablecompilationunit.cpp @@ -44,7 +44,6 @@ #include <private/qv4lookup_p.h> #include <private/qv4qmlcontext_p.h> #include <private/qv4identifiertable_p.h> -#include <private/qv4instr_moth_p.h> #include <private/qv4objectproto_p.h> #include <private/qqmlengine_p.h> #include <private/qv4qobjectwrapper_p.h> |