diff options
author | Ulf Hermann <[email protected]> | 2019-04-05 09:58:31 +0200 |
---|---|---|
committer | Ulf Hermann <[email protected]> | 2019-04-09 09:40:47 +0000 |
commit | 96c4fffd8648e9c9fb95e8208a76933c8c2120bc (patch) | |
tree | 2be39814835c192240ff99a7abe8fe8eeae76ab6 /src/qml/jsruntime/qv4qmlcontext.cpp | |
parent | 34c98070d158386673d607eb860f682635849d4a (diff) |
Remove unused includes of qv8engine_p.h
Change-Id: Ic135a863581d29a3afb9c6c7f070d2630b3913b4
Reviewed-by: Lars Knoll <[email protected]>
Diffstat (limited to 'src/qml/jsruntime/qv4qmlcontext.cpp')
-rw-r--r-- | src/qml/jsruntime/qv4qmlcontext.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4qmlcontext.cpp b/src/qml/jsruntime/qv4qmlcontext.cpp index 12ada7ee70..d2aa334805 100644 --- a/src/qml/jsruntime/qv4qmlcontext.cpp +++ b/src/qml/jsruntime/qv4qmlcontext.cpp @@ -38,7 +38,6 @@ ****************************************************************************/ #include "qv4qmlcontext_p.h" -#include <private/qv8engine_p.h> #include <private/qqmlengine_p.h> #include <private/qqmlcontext_p.h> |