aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/shellcommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/utils/shellcommand.h')
-rw-r--r--src/libs/utils/shellcommand.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/libs/utils/shellcommand.h b/src/libs/utils/shellcommand.h
index 042a80eff5..5cf5a0c9f8 100644
--- a/src/libs/utils/shellcommand.h
+++ b/src/libs/utils/shellcommand.h
@@ -27,16 +27,13 @@
#include "utils_global.h"
-#include "synchronousprocess.h"
-
-#include <QObject>
+#include "qtcprocess.h"
#include <functional>
QT_BEGIN_NAMESPACE
class QMutex;
class QVariant;
-class QProcessEnvironment;
template <typename T>
class QFutureInterface;
template <typename T>
@@ -45,7 +42,6 @@ QT_END_NAMESPACE
namespace Utils {
-class CommandLine;
namespace Internal { class ShellCommandPrivate; }
class QTCREATOR_UTILS_EXPORT ProgressParser