aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/customwizard/customwizardpreprocessor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/customwizard/customwizardpreprocessor.cpp')
-rw-r--r--src/plugins/projectexplorer/customwizard/customwizardpreprocessor.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/plugins/projectexplorer/customwizard/customwizardpreprocessor.cpp b/src/plugins/projectexplorer/customwizard/customwizardpreprocessor.cpp
index 37031772a8..309068ede8 100644
--- a/src/plugins/projectexplorer/customwizard/customwizardpreprocessor.cpp
+++ b/src/plugins/projectexplorer/customwizard/customwizardpreprocessor.cpp
@@ -34,13 +34,13 @@
#include <utils/qtcassert.h>
-#include <QtCore/QStringList>
-#include <QtCore/QStack>
-#include <QtCore/QRegExp>
-#include <QtCore/QDebug>
+#include <QStringList>
+#include <QStack>
+#include <QRegExp>
+#include <QDebug>
-#include <QtScript/QScriptEngine>
-#include <QtScript/QScriptValue>
+#include <QScriptEngine>
+#include <QScriptValue>
namespace ProjectExplorer {
namespace Internal {