Clean headers in QmlJsTools.

Ran script to remove inludes on a trial-and-error basis and
manually corrected it.

Change-Id: I22fb33b8589dcd2f4b880eb320d7fa86de8a6f67
Reviewed-by: Aurindam Jana <aurindam.jana@digia.com>
This commit is contained in:
Friedemann Kleint
2013-04-03 10:58:05 +02:00
parent c46395f32c
commit f6017b8dca
17 changed files with 0 additions and 78 deletions

View File

@@ -30,25 +30,11 @@
#include "qmljsbundleprovider.h"
#include <coreplugin/icore.h>
#include <extensionsystem/pluginmanager.h>
#include <projectexplorer/kit.h>
#include <projectexplorer/kitmanager.h>
#include <projectexplorer/project.h>
#include <projectexplorer/projectexplorer.h>
#include <projectexplorer/target.h>
#include <qmljs/qmljsbundle.h>
#include <qmljs/qmljsdocument.h>
#include <qtsupport/qtkitinformation.h>
#include <qtsupport/qtsupportconstants.h>
#include <QDir>
#include <QFile>
#include <QHash>
#include <QHashIterator>
#include <QList>
#include <QMutex>
#include <QMutexLocker>
#include <QtAlgorithms>
namespace QmlJSTools {