aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/ssh/sshremoteprocess.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/utils/ssh/sshremoteprocess.h')
-rw-r--r--src/libs/utils/ssh/sshremoteprocess.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/utils/ssh/sshremoteprocess.h b/src/libs/utils/ssh/sshremoteprocess.h
index db73596b0a..ed4e96e5d7 100644
--- a/src/libs/utils/ssh/sshremoteprocess.h
+++ b/src/libs/utils/ssh/sshremoteprocess.h
@@ -35,8 +35,8 @@
#include <utils/utils_global.h>
-#include <QtCore/QProcess>
-#include <QtCore/QSharedPointer>
+#include <QProcess>
+#include <QSharedPointer>
QT_BEGIN_NAMESPACE
class QByteArray;