aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/devicesupport/sshdeviceprocess.cpp
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-03-13 08:06:08 +0100
committerhjk <hjk@qt.io>2019-03-13 14:44:46 +0000
commit164ae1428ed450703dbc89e367bbc2afa91476cf (patch)
treecf7f5fb7d8b5307a11662b92341bc1b607824688 /src/plugins/projectexplorer/devicesupport/sshdeviceprocess.cpp
parent1fcb8a56e0a12c8a74f548c901bc5874bca9bc30 (diff)
ProjectExplorer: Move RunControl related classes to separate file pair
Change-Id: I5da56f80336673d595907abcc797f628be680cd5 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/devicesupport/sshdeviceprocess.cpp')
-rw-r--r--src/plugins/projectexplorer/devicesupport/sshdeviceprocess.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/devicesupport/sshdeviceprocess.cpp b/src/plugins/projectexplorer/devicesupport/sshdeviceprocess.cpp
index 67e30354ef..14414f0589 100644
--- a/src/plugins/projectexplorer/devicesupport/sshdeviceprocess.cpp
+++ b/src/plugins/projectexplorer/devicesupport/sshdeviceprocess.cpp
@@ -26,7 +26,7 @@
#include "sshdeviceprocess.h"
#include "idevice.h"
-#include "../runconfiguration.h"
+#include "../runcontrol.h"
#include <ssh/sshconnection.h>
#include <ssh/sshconnectionmanager.h>