aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4compileddata_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/compiler/qv4compileddata_p.h')
-rw-r--r--src/qml/compiler/qv4compileddata_p.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/qml/compiler/qv4compileddata_p.h b/src/qml/compiler/qv4compileddata_p.h
index 94ea4bdc90..675282fb8c 100644
--- a/src/qml/compiler/qv4compileddata_p.h
+++ b/src/qml/compiler/qv4compileddata_p.h
@@ -50,13 +50,10 @@
QT_BEGIN_NAMESPACE
-namespace QQmlJS {
-namespace V4IR {
+namespace QV4 {
+namespace IR {
struct Function;
}
-}
-
-namespace QV4 {
struct Function;
struct ExecutionContext;