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