remotelinux/projectexplorer: move UsedPortsGatherer to projectexplorer

Change-Id: Iafd7f109de3076375e667aff0c429405cef07b55
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
hjk
2012-07-26 23:29:00 +02:00
committed by Christian Kandeler
parent bc1f091698
commit 88d413e03b
21 changed files with 68 additions and 93 deletions

View File

@@ -37,11 +37,11 @@
#include "qnxdeviceconfigurationwizardpages.h"
#include "qnxdeviceconfiguration.h"
#include <projectexplorer/devicesupport/deviceusedportsgatherer.h>
#include <remotelinux/genericlinuxdeviceconfigurationwizardpages.h>
#include <remotelinux/linuxdevicetestdialog.h>
#include <remotelinux/linuxdevicetester.h>
#include <utils/portlist.h>
#include <remotelinux/remotelinuxusedportsgatherer.h>
#include <ssh/sshconnection.h>
using namespace ProjectExplorer;