diff options
author | Jarek Kobus <[email protected]> | 2022-10-24 23:44:24 +0200 |
---|---|---|
committer | Jarek Kobus <[email protected]> | 2022-10-25 09:49:13 +0000 |
commit | 866a658b42ea5984ea367da616396dc951559ba1 (patch) | |
tree | fc387af35f94317ac645113d603fed2b28ce9147 /src/plugins/android/androidplugin.cpp | |
parent | a0a8bf224509e5647bc20561eb525715f2afcaac (diff) |
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 <[email protected]>
Diffstat (limited to 'src/plugins/android/androidplugin.cpp')
-rw-r--r-- | src/plugins/android/androidplugin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/android/androidplugin.cpp b/src/plugins/android/androidplugin.cpp index f3f92a5e56a..e865ae15096 100644 --- a/src/plugins/android/androidplugin.cpp +++ b/src/plugins/android/androidplugin.cpp @@ -6,7 +6,6 @@ #include "androiddebugsupport.h" #include "androiddeployqtstep.h" #include "androiddevice.h" -#include "androidmanager.h" #include "androidmanifesteditorfactory.h" #include "androidpackageinstallationstep.h" #include "androidplugin.h" |