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/ios/iosrunner.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/ios/iosrunner.cpp')
-rw-r--r-- | src/plugins/ios/iosrunner.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/ios/iosrunner.cpp b/src/plugins/ios/iosrunner.cpp index 1102b7fbb32..d5de4b30853 100644 --- a/src/plugins/ios/iosrunner.cpp +++ b/src/plugins/ios/iosrunner.cpp @@ -1,7 +1,6 @@ // Copyright (C) 2016 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 -#include "iosbuildstep.h" #include "iosconfigurations.h" #include "iosdevice.h" #include "iosrunconfiguration.h" @@ -11,7 +10,6 @@ #include <debugger/debuggerplugin.h> #include <debugger/debuggerkitinformation.h> -#include <debugger/debuggerruncontrol.h> #include <projectexplorer/kitinformation.h> #include <projectexplorer/projectexplorerconstants.h> |