Core/Misc: Minor compile time improving changes

This commit is contained in:
Shauren
2025-05-07 15:41:41 +02:00
parent f1854cdf83
commit b5c99939a8
16 changed files with 154 additions and 127 deletions

View File

@@ -30,7 +30,6 @@ EndScriptData */
#include "CryptoGenerics.h"
#include "CryptoRandom.h"
#include "DatabaseEnv.h"
#include "IpAddress.h"
#include "IPLocation.h"
#include "Language.h"
#include "Log.h"

View File

@@ -21,7 +21,6 @@
#include "ChatCommand.h"
#include "CryptoRandom.h"
#include "DatabaseEnv.h"
#include "IpAddress.h"
#include "IPLocation.h"
#include "Language.h"
#include "Log.h"

View File

@@ -27,7 +27,6 @@
#include "DisableMgr.h"
#include "GridNotifiers.h"
#include "Group.h"
#include "IpAddress.h"
#include "IPLocation.h"
#include "Item.h"
#include "ItemBonusMgr.h"