diff options
author | Lars Knoll <[email protected]> | 2014-07-25 17:44:14 +0200 |
---|---|---|
committer | Simon Hausmann <[email protected]> | 2014-11-04 20:17:23 +0100 |
commit | 6f6b350976ccfe959223b1fbe8c21fe71efc45bd (patch) | |
tree | 5a15e3140d3d63e6ce415c3f09636402b22b878c /src/qml/jsruntime/qv4functionobject.cpp | |
parent | 43296bb5fb578cc64b14fb4480e6daa87bb6491d (diff) |
Cleanup header file dependencies
Change-Id: Ibb4658576a98b53de2eac2474ce4d5b9eb83b6ae
Reviewed-by: Simon Hausmann <[email protected]>
Diffstat (limited to 'src/qml/jsruntime/qv4functionobject.cpp')
-rw-r--r-- | src/qml/jsruntime/qv4functionobject.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qml/jsruntime/qv4functionobject.cpp b/src/qml/jsruntime/qv4functionobject.cpp index 275b1c08c0..49a560d092 100644 --- a/src/qml/jsruntime/qv4functionobject.cpp +++ b/src/qml/jsruntime/qv4functionobject.cpp @@ -48,15 +48,11 @@ #include <private/qqmljsast_p.h> #include <private/qqmlcontextwrapper_p.h> #include <private/qqmlengine_p.h> -#include <qv4jsir_p.h> #include <qv4codegen_p.h> #include "private/qlocale_tools_p.h" #include <QtCore/qmath.h> #include <QtCore/QDebug> -#include <cassert> -#include <typeinfo> -#include <iostream> #include <algorithm> #include "qv4alloca_p.h" #include "qv4profiling_p.h" |