summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2020-02-12 13:41:34 +0100
committerhjk <hjk@qt.io>2020-02-12 16:03:37 +0000
commit299d34d54757823014db77bf0cc9ba864353731a (patch)
tree2782ddf04c3ccf35ceec84c194503a8328e68458 /src/plugins/projectexplorer
parentbdeedf8805a507289f555c28ee46b7983423840b (diff)
downloadqt-creator-299d34d54757823014db77bf0cc9ba864353731a.tar.gz
Remove apparently unneeded QtPlugin includes
Change-Id: I511c0318a72dbf2a92e4749dee02eabfc9826139 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer')
-rw-r--r--src/plugins/projectexplorer/msvctoolchain.cpp1
-rw-r--r--src/plugins/projectexplorer/projectexplorer.cpp1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/msvctoolchain.cpp b/src/plugins/projectexplorer/msvctoolchain.cpp
index 7fbbb2fbc6..2ab52663d0 100644
--- a/src/plugins/projectexplorer/msvctoolchain.cpp
+++ b/src/plugins/projectexplorer/msvctoolchain.cpp
@@ -50,6 +50,7 @@
#include <QFileInfo>
#include <QJsonArray>
#include <QJsonDocument>
+#include <QJsonObject>
#include <QProcess>
#include <QRegularExpression>
#include <QSettings>
diff --git a/src/plugins/projectexplorer/projectexplorer.cpp b/src/plugins/projectexplorer/projectexplorer.cpp
index 3c7427a598..b8d25f6122 100644
--- a/src/plugins/projectexplorer/projectexplorer.cpp
+++ b/src/plugins/projectexplorer/projectexplorer.cpp
@@ -145,7 +145,6 @@
#include <utils/stringutils.h>
#include <utils/utilsicons.h>
-#include <QtPlugin>
#include <QFileInfo>
#include <QSettings>