diff options
author | Lars Knoll <[email protected]> | 2015-02-14 22:46:41 +0100 |
---|---|---|
committer | Simon Hausmann <[email protected]> | 2015-04-24 15:20:43 +0000 |
commit | 0a499043fbaccc0a83ba59f81f64993552d7b13b (patch) | |
tree | 805009e85cd5b7b2df39234dd4ad532ed3df1530 /src/qml/jsruntime/qv4debugging.cpp | |
parent | 3e4cf5498b6605b1953cbe1b041bdff10154a0ce (diff) |
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 <[email protected]>
Diffstat (limited to 'src/qml/jsruntime/qv4debugging.cpp')
-rw-r--r-- | src/qml/jsruntime/qv4debugging.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/jsruntime/qv4debugging.cpp b/src/qml/jsruntime/qv4debugging.cpp index 5f1194c39f..b72219cde9 100644 --- a/src/qml/jsruntime/qv4debugging.cpp +++ b/src/qml/jsruntime/qv4debugging.cpp @@ -40,6 +40,7 @@ #include "qv4script_p.h" #include "qv4objectiterator_p.h" #include "qv4identifier_p.h" +#include "qv4string_p.h" #include <iostream> #include <algorithm> |