summaryrefslogtreecommitdiff
path: root/src/libs/qmljs/jsoncheck.h
diff options
context:
space:
mode:
authorLeandro Melo <leandro.melo@nokia.com>2012-02-08 12:54:35 +0100
committerLeandro Melo <leandro.melo@nokia.com>2012-02-08 13:00:53 +0100
commitf6a4805fbcb15275e071f70e1015d069def33ecd (patch)
tree1235c435a2ed304b767ee02dae9b12bd5d924004 /src/libs/qmljs/jsoncheck.h
parent26b783ff025a5025879f3e8bee70c0c16d157c91 (diff)
downloadqt-creator-f6a4805fbcb15275e071f70e1015d069def33ecd.tar.gz
Fix header inclusion
Change-Id: I61b2f71c3eede06d7865317dca1f2714bfed14a5 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
Diffstat (limited to 'src/libs/qmljs/jsoncheck.h')
-rw-r--r--src/libs/qmljs/jsoncheck.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/qmljs/jsoncheck.h b/src/libs/qmljs/jsoncheck.h
index 206c8fe231..ee688590c7 100644
--- a/src/libs/qmljs/jsoncheck.h
+++ b/src/libs/qmljs/jsoncheck.h
@@ -36,7 +36,7 @@
#include "qmljs_global.h"
#include <qmljs/qmljsdocument.h>
-#include <qmljs/parser/qmljsast_p.h>
+#include <qmljs/parser/qmljsastfwd_p.h>
#include <qmljs/parser/qmljsastvisitor_p.h>
#include <qmljs/qmljsstaticanalysismessage.h>