aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v4vm/qv4codegen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/v4vm/qv4codegen.cpp')
-rw-r--r--src/qml/qml/v4vm/qv4codegen.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/qml/qml/v4vm/qv4codegen.cpp b/src/qml/qml/v4vm/qv4codegen.cpp
index c91458282f..feddcceef1 100644
--- a/src/qml/qml/v4vm/qv4codegen.cpp
+++ b/src/qml/qml/v4vm/qv4codegen.cpp
@@ -40,8 +40,8 @@
****************************************************************************/
#include "qv4codegen_p.h"
-#include "qv4util.h"
-#include "debugging.h"
+#include "qv4util_p.h"
+#include "qv4debugging_p.h"
#include <QtCore/QCoreApplication>
#include <QtCore/QStringList>
@@ -50,8 +50,8 @@
#include <QtCore/QBitArray>
#include <QtCore/QStack>
#include <private/qqmljsast_p.h>
-#include <qv4runtime.h>
-#include <qv4context.h>
+#include <qv4runtime_p.h>
+#include <qv4context_p.h>
#include <cmath>
#include <iostream>
#include <cassert>