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 {