aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/resourcenode.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2017-01-31 13:42:03 +0100
committerhjk <hjk@qt.io>2017-01-31 13:04:56 +0000
commit9678c09355169a06c140570e2082546a225b1136 (patch)
treed6fa32f83431c401d870f692e43efbf6a3515f4c /src/plugins/resourceeditor/resourcenode.h
parentec77e4030b9089d3a698c233844fa2bd9e2def20 (diff)
ProjectExplorer: Remove some unneeded declarations
Change-Id: I7a73db3f01efb66a9de404c5da332e4d9bfbf672 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/resourceeditor/resourcenode.h')
-rw-r--r--src/plugins/resourceeditor/resourcenode.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/resourceeditor/resourcenode.h b/src/plugins/resourceeditor/resourcenode.h
index 770b7edeb3..cde5030499 100644
--- a/src/plugins/resourceeditor/resourcenode.h
+++ b/src/plugins/resourceeditor/resourcenode.h
@@ -29,10 +29,6 @@
#include <projectexplorer/projectnodes.h>
#include <coreplugin/idocument.h>
-namespace ProjectExplorer {
-class RunConfiguration;
-}
-
namespace ResourceEditor {
namespace Internal { class ResourceFileWatcher; }