Ios: Remove some unneeded references to QmakeProjectManager.

Includes, namespace usings and casts.

Change-Id: Iaa9caa1387f1f96fa5d8537d8cfec78ab9786789
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Christian Kandeler
2015-08-10 10:18:54 +02:00
parent 37f6b4397d
commit 1c822544f0
6 changed files with 3 additions and 29 deletions

View File

@@ -42,9 +42,6 @@
#include <projectexplorer/toolchain.h>
#include <projectexplorer/target.h>
#include <projectexplorer/taskhub.h>
#include <qmakeprojectmanager/qmakebuildconfiguration.h>
#include <qmakeprojectmanager/qmakenodes.h>
#include <qmakeprojectmanager/qmakeproject.h>
#include <qtsupport/qtkitinformation.h>
#include <utils/fileutils.h>
#include <analyzerbase/ianalyzertool.h>
@@ -68,7 +65,6 @@
using namespace Analyzer;
using namespace ProjectExplorer;
using namespace QmakeProjectManager;
namespace Ios {
namespace Internal {