summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/projectnodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/projectnodes.h')
-rw-r--r--src/plugins/projectexplorer/projectnodes.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/plugins/projectexplorer/projectnodes.h b/src/plugins/projectexplorer/projectnodes.h
index 0e0fbafbe1..7dbcd89379 100644
--- a/src/plugins/projectexplorer/projectnodes.h
+++ b/src/plugins/projectexplorer/projectnodes.h
@@ -33,24 +33,23 @@
#ifndef PROJECTNODES_H
#define PROJECTNODES_H
-#include <QtCore/QObject>
-#include <QtCore/QStringList>
-#include <QtGui/QIcon>
-
-#include "runconfiguration.h"
#include "projectexplorer_export.h"
+#include <QtGui/QIcon>
+
+#include <QtCore/QObject>
+#include <QtCore/QStringList>
QT_BEGIN_NAMESPACE
class QFileInfo;
QT_END_NAMESPACE
-
namespace Core {
class MimeDatabase;
}
namespace ProjectExplorer {
+class RunConfiguration;
enum NodeType {
FileNodeType = 1,