aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/customcommanddeploystep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/remotelinux/customcommanddeploystep.cpp')
-rw-r--r--src/plugins/remotelinux/customcommanddeploystep.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/customcommanddeploystep.cpp b/src/plugins/remotelinux/customcommanddeploystep.cpp
index 7249d2c6b2..670390eeb1 100644
--- a/src/plugins/remotelinux/customcommanddeploystep.cpp
+++ b/src/plugins/remotelinux/customcommanddeploystep.cpp
@@ -11,7 +11,7 @@
#include <projectexplorer/projectexplorerconstants.h>
#include <projectexplorer/runconfigurationaspects.h>
-#include <utils/qtcprocess.h>
+#include <utils/process.h>
using namespace ProjectExplorer;
using namespace Utils;