aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinuxdeployconfiguration.h
diff options
context:
space:
mode:
authorFriedemann Kleint <[email protected]>2013-04-02 15:48:40 +0200
committerFriedemann Kleint <[email protected]>2013-04-04 09:10:40 +0200
commitebfb3bbca74575275a9e74e3acfcf9cc9723a713 (patch)
tree81a65b8dd108cfc92530da48142004a3f62bc67a /src/plugins/remotelinux/remotelinuxdeployconfiguration.h
parenta78bc196ae3cf30afbce365ce622b5f5f859fb8a (diff)
Clean headers in RemoteLinux.
Ran script to remove inludes on a trial-and-error basis and manually corrected it. Change-Id: Ie7559562218ecab65da17f58e3515556a4a1d5c5 Reviewed-by: Daniel Teske <[email protected]> Reviewed-by: Christian Kandeler <[email protected]> Reviewed-by: Friedemann Kleint <[email protected]>
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxdeployconfiguration.h')
-rw-r--r--src/plugins/remotelinux/remotelinuxdeployconfiguration.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/remotelinux/remotelinuxdeployconfiguration.h b/src/plugins/remotelinux/remotelinuxdeployconfiguration.h
index fad2b76f9b9..dffea2ce6e6 100644
--- a/src/plugins/remotelinux/remotelinuxdeployconfiguration.h
+++ b/src/plugins/remotelinux/remotelinuxdeployconfiguration.h
@@ -32,10 +32,8 @@
#include "remotelinux_export.h"
-#include <projectexplorer/buildstep.h>
#include <projectexplorer/buildsteplist.h>
#include <projectexplorer/deployconfiguration.h>
-#include <projectexplorer/devicesupport/idevice.h>
namespace RemoteLinux {
namespace Internal { class RemoteLinuxDeployConfigurationFactory; }