aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/editorconfiguration.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/editorconfiguration.h')
-rw-r--r--src/plugins/projectexplorer/editorconfiguration.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/projectexplorer/editorconfiguration.h b/src/plugins/projectexplorer/editorconfiguration.h
index 34cfafdf1b..55d5501d7f 100644
--- a/src/plugins/projectexplorer/editorconfiguration.h
+++ b/src/plugins/projectexplorer/editorconfiguration.h
@@ -35,8 +35,8 @@
#include "projectexplorer_export.h"
-#include <QtCore/QObject>
-#include <QtCore/QVariantMap>
+#include <QObject>
+#include <QVariantMap>
namespace TextEditor {
class ITextEditor;