diff options
author | hjk <hjk@qt.io> | 2022-06-22 15:43:33 +0200 |
---|---|---|
committer | hjk <hjk@qt.io> | 2022-06-24 14:44:13 +0000 |
commit | 2496ffe3ce80a6b365b8908d34cb442df39c3941 (patch) | |
tree | 861ae626ebe3b932ab3c762316d7da1867067b5d /src/plugins/python/pythonplugin.cpp | |
parent | 31db28601be3de19ec039044335d50208a2e6cba (diff) | |
download | qt-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/python/pythonplugin.cpp')
-rw-r--r-- | src/plugins/python/pythonplugin.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/python/pythonplugin.cpp b/src/plugins/python/pythonplugin.cpp index ab508ca18d..cfdd61fdf8 100644 --- a/src/plugins/python/pythonplugin.cpp +++ b/src/plugins/python/pythonplugin.cpp @@ -26,9 +26,7 @@ #include "pythonplugin.h" #include "pysidebuildconfiguration.h" -#include "pythonconstants.h" #include "pythoneditor.h" -#include "pythonlanguageclient.h" #include "pythonproject.h" #include "pythonsettings.h" #include "pythonrunconfiguration.h" @@ -37,6 +35,7 @@ #include <projectexplorer/buildtargetinfo.h> #include <projectexplorer/localenvironmentaspect.h> +#include <projectexplorer/projectexplorerconstants.h> #include <projectexplorer/projectmanager.h> #include <projectexplorer/runcontrol.h> #include <projectexplorer/taskhub.h> |