refactor(src/server/game/*): remove unused imports (big part 1) (#20310)

This commit is contained in:
Francesco Borzì
2024-10-27 10:25:40 +01:00
committed by GitHub
parent 2c344fc127
commit cb7e28df05
50 changed files with 26 additions and 39 deletions

View File

@@ -19,7 +19,6 @@
#define ACORE_CONDITIONMGR_H
#include "Define.h"
#include "Errors.h"
#include <list>
#include <map>

View File

@@ -25,6 +25,7 @@
#include "SpellMgr.h"
#include "StringConvert.h"
#include "Tokenize.h"
#include "VMapMgr2.h"
#include "World.h"
namespace DisableMgr

View File

@@ -20,8 +20,6 @@
#include "Define.h"
#include "Map.h"
#include "VMapMgr2.h"
class Unit;
enum DisableType