aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python/pythonrunconfiguration.cpp
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2024-05-21 14:08:11 +0200
committerEike Ziller <eike.ziller@qt.io>2024-05-22 06:19:30 +0000
commit85cb3f7651e0377e8f50f1fe536872b6e05fa9bb (patch)
tree5d0d0da267fb03052a7fa02052fbdb15a85a0ae9 /src/plugins/python/pythonrunconfiguration.cpp
parent30aab193c8cf4ab8abc38e4c30777ec74c48f4e5 (diff)
PythonRunConfiguration: Clean up includes
Change-Id: I2cfef759e4b3fc773184691a9b19fc132cf3be03 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Diffstat (limited to 'src/plugins/python/pythonrunconfiguration.cpp')
-rw-r--r--src/plugins/python/pythonrunconfiguration.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/plugins/python/pythonrunconfiguration.cpp b/src/plugins/python/pythonrunconfiguration.cpp
index d01f4bc9bb7..c2c77311cd3 100644
--- a/src/plugins/python/pythonrunconfiguration.cpp
+++ b/src/plugins/python/pythonrunconfiguration.cpp
@@ -3,14 +3,8 @@
#include "pythonrunconfiguration.h"
-#include "pyside.h"
-#include "pythonbuildconfiguration.h"
#include "pythonconstants.h"
-#include "pythoneditor.h"
-#include "pythonkitaspect.h"
-#include "pythonlanguageclient.h"
#include "pythonproject.h"
-#include "pythonsettings.h"
#include "pythontr.h"
#include <coreplugin/editormanager/editormanager.h>
@@ -18,31 +12,15 @@
#include <debugger/debuggerruncontrol.h>
-#include <extensionsystem/pluginmanager.h>
-
-#include <projectexplorer/buildsteplist.h>
-#include <projectexplorer/buildsystem.h>
-#include <projectexplorer/devicesupport/idevice.h>
-#include <projectexplorer/kitaspects.h>
#include <projectexplorer/runconfiguration.h>
#include <projectexplorer/runconfigurationaspects.h>
#include <projectexplorer/runcontrol.h>
#include <projectexplorer/target.h>
#include <projectexplorer/taskhub.h>
-#include <texteditor/textdocument.h>
-
#include <utils/aspects.h>
#include <utils/fileutils.h>
-#include <utils/futuresynchronizer.h>
-#include <utils/layoutbuilder.h>
#include <utils/outputformatter.h>
-#include <utils/qtcassert.h>
-#include <utils/theme/theme.h>
-
-#include <QComboBox>
-#include <QPlainTextEdit>
-#include <QPushButton>
using namespace ProjectExplorer;
using namespace Utils;