From 0a499043fbaccc0a83ba59f81f64993552d7b13b Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Sat, 14 Feb 2015 22:46:41 +0100 Subject: Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.h This is a cleaner separation and further reduces include dependencies in the definitions of our basic data structured. Change-Id: I18aa86cdea0c0dfbc16075d4d617af97e638811e Reviewed-by: Simon Hausmann --- src/qml/jsruntime/qv4runtime_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/jsruntime/qv4runtime_p.h') diff --git a/src/qml/jsruntime/qv4runtime_p.h b/src/qml/jsruntime/qv4runtime_p.h index 4f10853bb1..e8ebccc17b 100644 --- a/src/qml/jsruntime/qv4runtime_p.h +++ b/src/qml/jsruntime/qv4runtime_p.h @@ -34,7 +34,7 @@ #define QMLJS_RUNTIME_H #include "qv4global_p.h" -#include "qv4value_inl_p.h" +#include "qv4value_p.h" #include "qv4context_p.h" #include "qv4engine_p.h" #include "qv4math_p.h" -- cgit v1.2.3