Clean headers in QmlProjectManager.

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

Change-Id: I2d1d2ec5a3071de9d2a0a03bc69ec653becc7f85
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
Friedemann Kleint
2013-04-08 12:56:07 +02:00
committed by Kai Koehne
parent 6522e3eafc
commit 7377f4f515
9 changed files with 0 additions and 45 deletions

View File

@@ -28,7 +28,6 @@
****************************************************************************/
#include "qmlprojectnodes.h"
#include "qmlprojectmanager.h"
#include "qmlproject.h"
#include <coreplugin/idocument.h>
@@ -36,8 +35,6 @@
#include <projectexplorer/projectexplorer.h>
#include <QFileInfo>
#include <QDir>
#include <QTextStream>
#include <QStyle>
namespace QmlProjectManager {