diff options
author | hjk <[email protected]> | 2022-06-22 15:43:33 +0200 |
---|---|---|
committer | hjk <[email protected]> | 2022-06-24 14:44:13 +0000 |
commit | 2496ffe3ce80a6b365b8908d34cb442df39c3941 (patch) | |
tree | 861ae626ebe3b932ab3c762316d7da1867067b5d /src/plugins/android/androiddevice.cpp | |
parent | 31db28601be3de19ec039044335d50208a2e6cba (diff) |
Code cosmetics
Mostly unused #include's, also sort them or reduce scope.
A few namespaces, ...
Change-Id: I9ee71e07de7157c9942125672addf87dd41e78f1
Reviewed-by: Qt CI Bot <[email protected]>
Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/plugins/android/androiddevice.cpp')
-rw-r--r-- | src/plugins/android/androiddevice.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/android/androiddevice.cpp b/src/plugins/android/androiddevice.cpp index de06abbd9d5..037049a95a8 100644 --- a/src/plugins/android/androiddevice.cpp +++ b/src/plugins/android/androiddevice.cpp @@ -38,6 +38,7 @@ #include <projectexplorer/devicesupport/devicemanager.h> #include <projectexplorer/devicesupport/idevicewidget.h> #include <projectexplorer/kitinformation.h> +#include <projectexplorer/projectexplorerconstants.h> #include <projectexplorer/runconfiguration.h> #include <projectexplorer/session.h> #include <projectexplorer/target.h> |