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/moth/qv4isel_moth_p.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/qml/qml/v4vm/moth/qv4isel_moth_p.h') diff --git a/src/qml/qml/v4vm/moth/qv4isel_moth_p.h b/src/qml/qml/v4vm/moth/qv4isel_moth_p.h index 5e057139e2..e624e447d9 100644 --- a/src/qml/qml/v4vm/moth/qv4isel_moth_p.h +++ b/src/qml/qml/v4vm/moth/qv4isel_moth_p.h @@ -1,10 +1,10 @@ #ifndef QV4ISEL_MOTH_P_H #define QV4ISEL_MOTH_P_H -#include "qv4global.h" -#include "qv4isel_p.h" -#include "qv4jsir_p.h" -#include "qv4object.h" +#include +#include +#include +#include #include "qv4instr_moth_p.h" namespace QQmlJS { -- cgit v1.2.3