refactor(Core/Common): alphabetical sorting inlcudes (#6282)

- Part https://github.com/WarheadCore/WarheadBand/pull/37
This commit is contained in:
Kargatum
2021-06-23 06:01:53 +07:00
committed by GitHub
parent b2472caeed
commit 8202da358b
56 changed files with 109 additions and 109 deletions

View File

@@ -8,9 +8,9 @@
#define ACORE_DEFINE_H
#include "CompilerDefs.h"
#include <cstddef>
#include <cinttypes>
#include <climits>
#include <cstddef>
#define ACORE_LITTLEENDIAN 0
#define ACORE_BIGENDIAN 1