diff options
| author | Kargatum <dowlandtop@yandex.com> | 2021-06-23 06:01:53 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-23 01:01:53 +0200 |
| commit | 8202da358b3e465a2fc87c463aa358891f18adfa (patch) | |
| tree | 139a955a16b9e67d960c1b91dcb452400586c23a /src/common/Threading/Threading.h | |
| parent | b2472caeedf394b7c193be4df33dd88babdcbee4 (diff) | |
refactor(Core/Common): alphabetical sorting inlcudes (#6282)
- Part https://github.com/WarheadCore/WarheadBand/pull/37
Diffstat (limited to 'src/common/Threading/Threading.h')
| -rw-r--r-- | src/common/Threading/Threading.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Threading/Threading.h b/src/common/Threading/Threading.h index e2e0922aaa..e2bdccb653 100644 --- a/src/common/Threading/Threading.h +++ b/src/common/Threading/Threading.h @@ -7,8 +7,8 @@ #ifndef THREADING_H #define THREADING_H -#include <thread> #include <atomic> +#include <thread> namespace Acore { |
