summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/remotelinuxruncontrolfactory.cpp
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2012-02-28 10:34:50 +0100
committerKai Koehne <kai.koehne@nokia.com>2012-03-01 09:46:22 +0100
commit705b2efe87f49387f409004068e58f70394697d1 (patch)
tree94316e8539be4ad92efbb787e55f8fa350d11845 /src/plugins/remotelinux/remotelinuxruncontrolfactory.cpp
parent59594ad297b3be6c47954816be76dfaace9e57c3 (diff)
downloadqt-creator-705b2efe87f49387f409004068e58f70394697d1.tar.gz
PortList: Move to utils
Change-Id: I99dbef56a2a5b06bb4b89ca442e44bf586efdb22 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxruncontrolfactory.cpp')
-rw-r--r--src/plugins/remotelinux/remotelinuxruncontrolfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/remotelinuxruncontrolfactory.cpp b/src/plugins/remotelinux/remotelinuxruncontrolfactory.cpp
index d283e10d1b..1e9ee52ae4 100644
--- a/src/plugins/remotelinux/remotelinuxruncontrolfactory.cpp
+++ b/src/plugins/remotelinux/remotelinuxruncontrolfactory.cpp
@@ -31,7 +31,6 @@
#include "remotelinuxruncontrolfactory.h"
-#include "portlist.h"
#include "remotelinuxdebugsupport.h"
#include "remotelinuxrunconfiguration.h"
#include "remotelinuxruncontrol.h"
@@ -41,6 +40,7 @@
#include <debugger/debuggerrunner.h>
#include <debugger/debuggerstartparameters.h>
#include <projectexplorer/projectexplorerconstants.h>
+#include <utils/portlist.h>
using namespace Debugger;
using namespace ProjectExplorer;