forked from qt-creator/qt-creator
		
	Clean headers in QmlJs.
Ran script to remove inludes on a trial-and-error basis and manually corrected it (Parser excluded). Change-Id: I5ec6e1076430009bb72094411b2c3386f8bea548 Reviewed-by: Aurindam Jana <aurindam.jana@digia.com>
This commit is contained in:
		@@ -29,8 +29,6 @@
 | 
			
		||||
 | 
			
		||||
#include "qmljsinterpreter.h"
 | 
			
		||||
#include "qmljsevaluate.h"
 | 
			
		||||
#include "qmljslink.h"
 | 
			
		||||
#include "qmljsbind.h"
 | 
			
		||||
#include "qmljsscopebuilder.h"
 | 
			
		||||
#include "qmljsscopechain.h"
 | 
			
		||||
#include "qmljsscopeastpath.h"
 | 
			
		||||
@@ -39,21 +37,14 @@
 | 
			
		||||
#include "qmljscontext.h"
 | 
			
		||||
#include "parser/qmljsast_p.h"
 | 
			
		||||
 | 
			
		||||
#include <languageutils/fakemetaobject.h>
 | 
			
		||||
#include <utils/qtcassert.h>
 | 
			
		||||
 | 
			
		||||
#include <QFile>
 | 
			
		||||
#include <QDir>
 | 
			
		||||
#include <QString>
 | 
			
		||||
#include <QStringList>
 | 
			
		||||
#include <QMetaObject>
 | 
			
		||||
#include <QMetaProperty>
 | 
			
		||||
#include <QXmlStreamReader>
 | 
			
		||||
#include <QProcess>
 | 
			
		||||
#include <QDebug>
 | 
			
		||||
 | 
			
		||||
#include <algorithm>
 | 
			
		||||
 | 
			
		||||
using namespace LanguageUtils;
 | 
			
		||||
using namespace QmlJS;
 | 
			
		||||
using namespace QmlJS::AST;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user