forked from qt-creator/qt-creator
Ssh: Drop unneeded #include in sshprocess.cpp
Change-Id: Ibea173e81dc515e55d2a15be3c794016b6a49b99 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -29,11 +29,6 @@
|
||||
|
||||
#include <utils/environment.h>
|
||||
|
||||
#ifdef Q_OS_UNIX
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
namespace QSsh {
|
||||
|
||||
SshProcess::SshProcess(Utils::ProcessMode processMode)
|
||||
|
||||
Reference in New Issue
Block a user