aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/buildstep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/buildstep.h')
-rw-r--r--src/plugins/projectexplorer/buildstep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/projectexplorer/buildstep.h b/src/plugins/projectexplorer/buildstep.h
index 1eccd30f8d..2739c209a9 100644
--- a/src/plugins/projectexplorer/buildstep.h
+++ b/src/plugins/projectexplorer/buildstep.h
@@ -36,8 +36,8 @@
#include "projectconfiguration.h"
#include "projectexplorer_export.h"
-#include <QtCore/QFutureInterface>
-#include <QtGui/QWidget>
+#include <QFutureInterface>
+#include <QWidget>
namespace ProjectExplorer {
class Task;