summaryrefslogtreecommitdiff
path: root/src/common/Threading/Threading.h
diff options
context:
space:
mode:
authorKargatum <dowlandtop@yandex.com>2021-06-23 06:01:53 +0700
committerGitHub <noreply@github.com>2021-06-23 01:01:53 +0200
commit8202da358b3e465a2fc87c463aa358891f18adfa (patch)
tree139a955a16b9e67d960c1b91dcb452400586c23a /src/common/Threading/Threading.h
parentb2472caeedf394b7c193be4df33dd88babdcbee4 (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.h2
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
{