feat(Core/Misc): includes cleanup (#5953)

This commit is contained in:
Kargatum
2021-05-26 19:00:08 +07:00
committed by GitHub
parent 7d3129a737
commit 78e1719c80
46 changed files with 132 additions and 191 deletions

View File

@@ -4,23 +4,25 @@
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "AuthSocket.h"
#include "AES.h"
#include "Common.h"
#include "CryptoGenerics.h"
#include "CryptoRandom.h"
#include "CryptoHash.h"
#include "DatabaseEnv.h"
#include "AuthCodes.h"
#include "ByteBuffer.h"
#include "Common.h"
#include "Config.h"
#include "CryptoGenerics.h"
#include "CryptoHash.h"
#include "CryptoRandom.h"
#include "DatabaseEnv.h"
#include "Log.h"
#include "RealmList.h"
#include "AuthSocket.h"
#include "AuthCodes.h"
#include "SecretMgr.h"
#include "TOTP.h"
#include "Threading.h"
#include <algorithm>
#include <openssl/crypto.h>
#include <openssl/md5.h>
#include <sstream>
#define ChunkSize 2048

View File

@@ -12,9 +12,10 @@
#include "Optional.h"
#include "RealmSocket.h"
#include "SRP6.h"
#include <mutex>
class ACE_INET_Addr;
class Fields;
class Field;
struct Realm;
enum eStatus