diff options
author | Jarek Kobus <[email protected]> | 2022-05-24 00:40:44 +0200 |
---|---|---|
committer | Jarek Kobus <[email protected]> | 2022-05-25 07:13:52 +0000 |
commit | 2853660a59972ef7186ecd23a98ffd6163349c19 (patch) | |
tree | a0301abbe835a86c27d848353517b9157992a2e8 /src/libs/utils/guard.h | |
parent | 7dd51acdfaf1f9bacfa8dbe973932a8c21ef6972 (diff) |
Utils: More forward declarations / drop unused headers [D-G]
Round 1 - focus on headers.
For classes with initial in range [D-G].
Try to keep the same separators between different kind of headers.
Change-Id: Id42cd7b3743a816f75cecb6b576c0e37cb057473
Reviewed-by: Qt CI Bot <[email protected]>
Reviewed-by: <[email protected]>
Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/libs/utils/guard.h')
-rw-r--r-- | src/libs/utils/guard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/utils/guard.h b/src/libs/utils/guard.h index 063825650dc..2f986d82b06 100644 --- a/src/libs/utils/guard.h +++ b/src/libs/utils/guard.h @@ -26,6 +26,7 @@ #pragma once #include "utils_global.h" + #include <QtGlobal> namespace Utils { |