summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/remotelinuxcustomcommanddeployservice.cpp
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-07-27 13:31:13 +0200
committerChristian Kandeler <christian.kandeler@nokia.com>2012-08-01 14:26:28 +0200
commit646025493197f4605874206e8029597f659078e4 (patch)
treea04338e59255f02e572c8f022f210a505a599b6c /src/plugins/remotelinux/remotelinuxcustomcommanddeployservice.cpp
parentc80af2a40c40520ca0507cb0222cad89ec541faa (diff)
downloadqt-creator-646025493197f4605874206e8029597f659078e4.tar.gz
remotelinux: rename LinuxDeviceConfiguration to LinuxDevice
Change-Id: I7e8a99d3339d2040a23e4e78816b13b57197dcdb Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxcustomcommanddeployservice.cpp')
-rw-r--r--src/plugins/remotelinux/remotelinuxcustomcommanddeployservice.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/remotelinux/remotelinuxcustomcommanddeployservice.cpp b/src/plugins/remotelinux/remotelinuxcustomcommanddeployservice.cpp
index 5054e81614..e76d28f738 100644
--- a/src/plugins/remotelinux/remotelinuxcustomcommanddeployservice.cpp
+++ b/src/plugins/remotelinux/remotelinuxcustomcommanddeployservice.cpp
@@ -27,15 +27,12 @@
**
**
**************************************************************************/
-#include "remotelinuxcustomcommanddeployservice.h"
-#include "linuxdeviceconfiguration.h"
+#include "remotelinuxcustomcommanddeployservice.h"
#include <utils/qtcassert.h>
#include <ssh/sshremoteprocessrunner.h>
-#include <QString>
-
using namespace QSsh;
namespace RemoteLinux {