diff options
author | Jarek Kobus <jaroslaw.kobus@qt.io> | 2022-05-24 10:17:39 +0200 |
---|---|---|
committer | Jarek Kobus <jaroslaw.kobus@qt.io> | 2022-05-25 07:14:04 +0000 |
commit | 4ad8fb80c641cd6fceb237c82f0bee4651620417 (patch) | |
tree | de52681be9e974f94a2b06f02109ebe33566be32 /src/plugins/todo | |
parent | 2853660a59972ef7186ecd23a98ffd6163349c19 (diff) | |
download | qt-creator-4ad8fb80c641cd6fceb237c82f0bee4651620417.tar.gz |
Utils: More forward declarations / drop unused headers [H-K]
Round 1 - focus on headers.
For classes with initial in range [H-K].
Try to keep the same separators between different kind of headers.
Change-Id: Iefb032953743be41a847ee011c30527edfa425d8
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'src/plugins/todo')
-rw-r--r-- | src/plugins/todo/todoicons.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/todo/todoicons.cpp b/src/plugins/todo/todoicons.cpp index a159a87bca..4f8bf31d58 100644 --- a/src/plugins/todo/todoicons.cpp +++ b/src/plugins/todo/todoicons.cpp @@ -23,12 +23,13 @@ ** be met: https://www.gnu.org/licenses/gpl-3.0.html. ** ****************************************************************************/ + +#include "todoicons.h" + #include <utils/icon.h> #include <utils/theme/theme.h> #include <utils/utilsicons.h> -#include "todoicons.h" - using namespace Utils; namespace Todo { |