aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2018-10-17 17:56:19 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-10-18 15:15:11 +0000
commit2b01e9c1c58c525ee16b2d2d029c32ff91a67576 (patch)
treeffd1dbd921b14cdbe7e338187b164de3cbcc5dd4
parentbee01b69a2abb1606c048a66462d65c35790900d (diff)
DeviceSupport: Remove some unneeded declarations
Change-Id: I01c0fb4bb78a2a4f4cc3774dc5237a231c1d2128 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--src/plugins/projectexplorer/devicesupport/localprocesslist.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/plugins/projectexplorer/devicesupport/localprocesslist.h b/src/plugins/projectexplorer/devicesupport/localprocesslist.h
index 7f9a22112f..d6e90e298c 100644
--- a/src/plugins/projectexplorer/devicesupport/localprocesslist.h
+++ b/src/plugins/projectexplorer/devicesupport/localprocesslist.h
@@ -27,12 +27,6 @@
#include "deviceprocesslist.h"
-#include <QString>
-
-QT_BEGIN_NAMESPACE
-class QProcess;
-QT_END_NAMESPACE
-
namespace ProjectExplorer {
namespace Internal {