diff options
author | Erik Verbruggen <erik.verbruggen@qt.io> | 2018-09-18 10:32:32 +0200 |
---|---|---|
committer | Erik Verbruggen <erik.verbruggen@qt.io> | 2018-10-07 09:50:28 +0000 |
commit | 28521e3585c0290ff1ef5cd21fa81d308ddf3f44 (patch) | |
tree | 6b3328af8c6da54f7e0a1a1f112aa343ccf19251 /src/qml/compiler/qv4codegen_p.h | |
parent | 5d7710a623ecde64316c42fd097db386ac28dd51 (diff) | |
download | qtdeclarative-28521e3585c0290ff1ef5cd21fa81d308ddf3f44.tar.gz |
Trim some #includes
Change-Id: I5346fc36c89b7969c2bef3069f256f33bd4d9eb9
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml/compiler/qv4codegen_p.h')
-rw-r--r-- | src/qml/compiler/qv4codegen_p.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/qml/compiler/qv4codegen_p.h b/src/qml/compiler/qv4codegen_p.h index aaf8baef34..afcc1b67ad 100644 --- a/src/qml/compiler/qv4codegen_p.h +++ b/src/qml/compiler/qv4codegen_p.h @@ -53,17 +53,8 @@ #include "private/qv4global_p.h" #include <private/qqmljsastvisitor_p.h> #include <private/qqmljsast_p.h> -#include <private/qqmljsengine_p.h> -#include <private/qv4instr_moth_p.h> #include <private/qv4compiler_p.h> #include <private/qv4compilercontext_p.h> -#include <private/qqmlrefcount_p.h> -#include <QtCore/QStringList> -#include <QtCore/QDateTime> -#include <QStack> -#ifndef V4_BOOTSTRAP -#include <qqmlerror.h> -#endif #include <private/qv4util_p.h> #include <private/qv4bytecodegenerator_p.h> #include <private/qv4stackframe_p.h> |