summaryrefslogtreecommitdiff
path: root/src/plugins/python/pythonplugin.cpp
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2022-10-24 23:44:24 +0200
committerJarek Kobus <jaroslaw.kobus@qt.io>2022-10-25 09:49:13 +0000
commit866a658b42ea5984ea367da616396dc951559ba1 (patch)
treefc387af35f94317ac645113d603fed2b28ce9147 /src/plugins/python/pythonplugin.cpp
parenta0a8bf224509e5647bc20561eb525715f2afcaac (diff)
downloadqt-creator-866a658b42ea5984ea367da616396dc951559ba1.tar.gz
Get rid of unneeded includes of RunControl
Removed also some other includes that were marked with yellow triangles. In some cases includes of runcontrol.h were substituted with other includes, like qtcassert.h. Change-Id: Ica40f68198c7f8f70e6047acb2eddc8ef017e43d Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/python/pythonplugin.cpp')
-rw-r--r--src/plugins/python/pythonplugin.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/python/pythonplugin.cpp b/src/plugins/python/pythonplugin.cpp
index 037142eb4a..cb06a304b7 100644
--- a/src/plugins/python/pythonplugin.cpp
+++ b/src/plugins/python/pythonplugin.cpp
@@ -13,7 +13,6 @@
#include <projectexplorer/localenvironmentaspect.h>
#include <projectexplorer/projectexplorerconstants.h>
#include <projectexplorer/projectmanager.h>
-#include <projectexplorer/runcontrol.h>
#include <projectexplorer/taskhub.h>
#include <utils/fsengine/fileiconprovider.h>