aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v4vm/llvm_runtime.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/v4vm/llvm_runtime.cpp')
-rw-r--r--src/qml/qml/v4vm/llvm_runtime.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qml/qml/v4vm/llvm_runtime.cpp b/src/qml/qml/v4vm/llvm_runtime.cpp
index 629ee4028c..4fd4a68688 100644
--- a/src/qml/qml/v4vm/llvm_runtime.cpp
+++ b/src/qml/qml/v4vm/llvm_runtime.cpp
@@ -39,9 +39,9 @@
**
****************************************************************************/
-#include "qv4runtime.h"
-#include "qv4context.h"
-#include "qv4engine.h"
+#include "qv4runtime_p.h"
+#include "qv4context_p.h"
+#include "qv4engine_p.h"
#include <stdio.h>
#include <setjmp.h>