diff options
| author | Shauren <shauren.trinity@gmail.com> | 2022-02-13 15:07:00 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-02-13 15:07:00 +0100 |
| commit | 439b027d48a32848e162927f50df1564b985c866 (patch) | |
| tree | 2206ea55e472a5f3de4a9a4d15de00a6a8873f6b /src/common/Cryptography/Authentication | |
| parent | 904299413ed711042135386583982e2911d21551 (diff) | |
Core/Misc: Cleanup unused includes
Diffstat (limited to 'src/common/Cryptography/Authentication')
| -rw-r--r-- | src/common/Cryptography/Authentication/SRP6.h | 1 | ||||
| -rw-r--r-- | src/common/Cryptography/Authentication/WorldPacketCrypt.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/common/Cryptography/Authentication/SRP6.h b/src/common/Cryptography/Authentication/SRP6.h index 0f5a79803d6..8b1a0aafd59 100644 --- a/src/common/Cryptography/Authentication/SRP6.h +++ b/src/common/Cryptography/Authentication/SRP6.h @@ -21,7 +21,6 @@ #include "AuthDefines.h" #include "BigNumber.h" #include "Define.h" -#include "Common.h" #include "CryptoHash.h" #include "Optional.h" #include <array> diff --git a/src/common/Cryptography/Authentication/WorldPacketCrypt.h b/src/common/Cryptography/Authentication/WorldPacketCrypt.h index 600d0d1715e..1936ff5ca5f 100644 --- a/src/common/Cryptography/Authentication/WorldPacketCrypt.h +++ b/src/common/Cryptography/Authentication/WorldPacketCrypt.h @@ -19,7 +19,6 @@ #define _WORLDPACKETCRYPT_H #include "AES.h" -#include <array> class TC_COMMON_API WorldPacketCrypt { |
