diff options
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> |