From 891f7029457c5135c365ec32c06e7750abaceeab Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 15 Apr 2013 11:50:16 +0200 Subject: Fix compilation with built-in v4vm JS engine Change-Id: Ieda9267e296acf6392a5461f4cfb9233a7a409a0 Reviewed-by: Lars Knoll --- src/qml/qml/v4vm/qv4isel_masm_p.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/qml/qml/v4vm/qv4isel_masm_p.h') diff --git a/src/qml/qml/v4vm/qv4isel_masm_p.h b/src/qml/qml/v4vm/qv4isel_masm_p.h index 9f8704725f..1dd2ca0a2a 100644 --- a/src/qml/qml/v4vm/qv4isel_masm_p.h +++ b/src/qml/qml/v4vm/qv4isel_masm_p.h @@ -41,12 +41,12 @@ #ifndef QV4ISEL_MASM_P_H #define QV4ISEL_MASM_P_H -#include "qv4global.h" +#include "qv4global_p.h" #include "qv4jsir_p.h" #include "qv4isel_p.h" #include "qv4isel_util_p.h" -#include "qv4object.h" -#include "qv4runtime.h" +#include "qv4object_p.h" +#include "qv4runtime_p.h" #include #include -- cgit v1.2.3