refactor(Core): remove unused imports (#9767)

This commit is contained in:
Francesco Borzì
2021-12-19 19:41:14 +01:00
committed by GitHub
parent d2d99bccc7
commit cbc7e5466a
79 changed files with 76 additions and 103 deletions

View File

@@ -18,7 +18,6 @@
#include "InstanceScript.h"
#include "Player.h"
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "old_hillsbrad.h"
const Position instancePositions[INSTANCE_POSITIONS_COUNT] =

View File

@@ -28,7 +28,6 @@ quest_a_pawn_on_the_eternal_pawn
EndContentData */
#include "AccountMgr.h"
#include "BanMgr.h"
#include "GameObject.h"
#include "GameObjectAI.h"
#include "Group.h"
@@ -38,7 +37,6 @@ EndContentData */
#include "ScriptedGossip.h"
#include "Spell.h"
#include "SpellInfo.h"
#include "WorldSession.h"
/*####
# quest_a_pawn_on_the_eternal_board (Defines)