From da9c027003a668b4dd8da9dda7d5d49c6dbb2839 Mon Sep 17 00:00:00 2001 From: hjk Date: Tue, 2 Feb 2016 15:25:59 +0100 Subject: [PATCH] DeviceApplicationRunner: Remove unneeded references to ssh Compiles fine with the generic base classes. Change-Id: I39b669a1c85379ca938d35d753a19debb1fd59cd Reviewed-by: Christian Kandeler --- .../devicesupport/deviceapplicationrunner.cpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/plugins/projectexplorer/devicesupport/deviceapplicationrunner.cpp b/src/plugins/projectexplorer/devicesupport/deviceapplicationrunner.cpp index a1bc90ba653..8f3034f758e 100644 --- a/src/plugins/projectexplorer/devicesupport/deviceapplicationrunner.cpp +++ b/src/plugins/projectexplorer/devicesupport/deviceapplicationrunner.cpp @@ -25,18 +25,11 @@ #include "deviceapplicationrunner.h" -#include "sshdeviceprocess.h" +#include "deviceprocess.h" #include "../runnables.h" -#include -#include -#include #include -#include - -using namespace QSsh; - namespace ProjectExplorer { namespace {