summaryrefslogtreecommitdiff
path: root/src/plugins/cppcheck/cppcheckplugin.cpp
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2022-06-22 15:43:33 +0200
committerhjk <hjk@qt.io>2022-06-24 14:44:13 +0000
commit2496ffe3ce80a6b365b8908d34cb442df39c3941 (patch)
tree861ae626ebe3b932ab3c762316d7da1867067b5d /src/plugins/cppcheck/cppcheckplugin.cpp
parent31db28601be3de19ec039044335d50208a2e6cba (diff)
downloadqt-creator-2496ffe3ce80a6b365b8908d34cb442df39c3941.tar.gz
Code cosmetics
Mostly unused #include's, also sort them or reduce scope. A few namespaces, ... Change-Id: I9ee71e07de7157c9942125672addf87dd41e78f1 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/cppcheck/cppcheckplugin.cpp')
-rw-r--r--src/plugins/cppcheck/cppcheckplugin.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/plugins/cppcheck/cppcheckplugin.cpp b/src/plugins/cppcheck/cppcheckplugin.cpp
index 6d338a1df3..fed438d9ee 100644
--- a/src/plugins/cppcheck/cppcheckplugin.cpp
+++ b/src/plugins/cppcheck/cppcheckplugin.cpp
@@ -32,10 +32,11 @@
#include "cppcheckdiagnosticsmodel.h"
#include "cppcheckmanualrundialog.h"
-#include <projectexplorer/session.h>
-#include <projectexplorer/projectexplorer.h>
-#include <projectexplorer/project.h>
#include <projectexplorer/kitinformation.h>
+#include <projectexplorer/project.h>
+#include <projectexplorer/projectexplorer.h>
+#include <projectexplorer/projectexplorerconstants.h>
+#include <projectexplorer/session.h>
#include <projectexplorer/target.h>
#include <coreplugin/actionmanager/actioncontainer.h>