Clean headers in lib qmljs and plugins qmljstools, qmljseditor.

Change-Id: I3256db8f4d42b6326d986d754b45e6c6c2030839
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Friedemann Kleint
2015-03-04 16:46:23 +01:00
parent fb80206f3c
commit 1b9be30371
46 changed files with 74 additions and 27 deletions

View File

@@ -31,7 +31,7 @@
#ifndef QMLJSIMPORTCACHE_H
#define QMLJSIMPORTCACHE_H
#include "qmljsviewercontext.h"
#include "qmljsconstants.h"
#include "qmljsdialect.h"
#include <languageutils/componentversion.h>
@@ -52,6 +52,7 @@ QT_END_NAMESPACE
namespace QmlJS {
class ImportInfo;
class ViewerContext;
namespace Internal { class ImportDependenciesPrivate; }
class ImportDependencies;