aboutsummaryrefslogtreecommitdiff
path: root/src/common/Cryptography/Authentication
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/Cryptography/Authentication')
-rw-r--r--src/common/Cryptography/Authentication/SRP6.h1
-rw-r--r--src/common/Cryptography/Authentication/WorldPacketCrypt.h1
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
{