QbsProjectManager: Remove unneeded include statements.

These headers are not public anyway and must not be used outside of qbs.

Change-Id: I037b6d98bdd46e69b7337cf47f9328477b2d3351
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Christian Kandeler
2013-09-06 14:35:47 +02:00
committed by Tobias Hunger
parent 17e2847f7e
commit afbf8bd2f7

View File

@@ -38,8 +38,6 @@
#include <coreplugin/documentmanager.h>
#include <utils/qtcassert.h>
#include <language/language.h>
#include <coreplugin/icontext.h>
#include <coreplugin/icore.h>
#include <coreplugin/id.h>
@@ -64,7 +62,6 @@
#include <qmljs/qmljsmodelmanagerinterface.h>
#include <qbs.h>
#include <tools/scripttools.h> // qbs, remove once there is a expand method in Qbs itself!
#include <QFileInfo>