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;