diff options
author | Ulf Hermann <ulf.hermann@qt.io> | 2019-07-08 13:17:22 +0200 |
---|---|---|
committer | Ulf Hermann <ulf.hermann@qt.io> | 2019-07-08 13:55:22 +0200 |
commit | dbb38f35dac54d194b00999cfde933c9d1feb486 (patch) | |
tree | d387ecc180bf9a3f197e3b334700f65203c05774 /src/qml/jsruntime/qv4globalobject.cpp | |
parent | 5f3ac8a4d02d8d7b33ee3d09b5b56064c9e39bc7 (diff) | |
download | qtdeclarative-dbb38f35dac54d194b00999cfde933c9d1feb486.tar.gz |
Remove some unneeded includes
Change-Id: Id05059dfc9910dad206e511b08f18487e241e508
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml/jsruntime/qv4globalobject.cpp')
-rw-r--r-- | src/qml/jsruntime/qv4globalobject.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qml/jsruntime/qv4globalobject.cpp b/src/qml/jsruntime/qv4globalobject.cpp index becdc3bc55..247ebd2e1b 100644 --- a/src/qml/jsruntime/qv4globalobject.cpp +++ b/src/qml/jsruntime/qv4globalobject.cpp @@ -49,10 +49,6 @@ #include "qv4string_p.h" #include "qv4jscall_p.h" -#include <private/qqmljsengine_p.h> -#include <private/qqmljslexer_p.h> -#include <private/qqmljsparser_p.h> -#include <private/qqmljsast_p.h> #include <qv4codegen_p.h> #include "private/qlocale_tools_p.h" #include "private/qtools_p.h" |