From 85cb3f7651e0377e8f50f1fe536872b6e05fa9bb Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Tue, 21 May 2024 14:08:11 +0200 Subject: [PATCH] PythonRunConfiguration: Clean up includes Change-Id: I2cfef759e4b3fc773184691a9b19fc132cf3be03 Reviewed-by: Reviewed-by: Jarek Kobus --- src/plugins/python/pythonrunconfiguration.cpp | 22 ------------------- 1 file changed, 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 @@ -18,31 +12,15 @@ #include -#include - -#include -#include -#include -#include #include #include #include #include #include -#include - #include #include -#include -#include #include -#include -#include - -#include -#include -#include using namespace ProjectExplorer; using namespace Utils;