summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/targetsettingspanel.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2010-07-13 16:36:37 +0200
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2010-07-13 16:36:37 +0200
commite8c0d0c162d69f667d8430c878478a681b4f2880 (patch)
treeff55add3ba886575f925fd488f175fef868ced94 /src/plugins/projectexplorer/targetsettingspanel.h
parent0f21c8e6213c2d3b9c0b39931ab2e9c34e84e3ed (diff)
downloadqt-creator-e8c0d0c162d69f667d8430c878478a681b4f2880.tar.gz
Yet another include purging spree.
Diffstat (limited to 'src/plugins/projectexplorer/targetsettingspanel.h')
-rw-r--r--src/plugins/projectexplorer/targetsettingspanel.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/plugins/projectexplorer/targetsettingspanel.h b/src/plugins/projectexplorer/targetsettingspanel.h
index 6d449ec1c7..874263b936 100644
--- a/src/plugins/projectexplorer/targetsettingspanel.h
+++ b/src/plugins/projectexplorer/targetsettingspanel.h
@@ -30,19 +30,18 @@
#ifndef TARGETSETTINGSPANEL_H
#define TARGETSETTINGSPANEL_H
-#include "iprojectproperties.h"
-
-#include <QtGui/QStackedWidget>
#include <QtGui/QWidget>
QT_BEGIN_NAMESPACE
class QAction;
class QMenu;
+class QStackedWidget;
QT_END_NAMESPACE
namespace ProjectExplorer {
class Target;
+class Project;
namespace Internal {