forked from qt-creator/qt-creator
LinuxDevice: Don't include sshremoteprocessrunner.h
The SshRemoteProcessRunner is going to be removed soon. Replace this include with what we are using currently. Change-Id: I0d13586390b60ca9545f124a4db24eb90f4369d7 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -41,7 +41,8 @@
|
||||
#include <projectexplorer/devicesupport/sshdeviceprocesslist.h>
|
||||
#include <projectexplorer/runcontrol.h>
|
||||
|
||||
#include <ssh/sshremoteprocessrunner.h>
|
||||
#include <ssh/sshconnection.h>
|
||||
#include <ssh/sshremoteprocess.h>
|
||||
#include <ssh/sshsettings.h>
|
||||
|
||||
#include <utils/algorithm.h>
|
||||
@@ -50,6 +51,7 @@
|
||||
#include <utils/port.h>
|
||||
#include <utils/processinfo.h>
|
||||
#include <utils/qtcassert.h>
|
||||
#include <utils/qtcprocess.h>
|
||||
#include <utils/stringutils.h>
|
||||
#include <utils/temporaryfile.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user