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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
50 changed files with 26 additions and 39 deletions

View file

@ -20,6 +20,7 @@
#include "SpellScriptLoader.h"
#include "azjol_nerub.h"
#include "SpellInfo.h"
#include "SpellMgr.h"
#include "SpellScript.h"
enum Spells

View file

@ -22,6 +22,7 @@
#include "ScriptedCreature.h"
#include "ScriptedEscortAI.h"
#include "SpellInfo.h"
#include "SpellMgr.h"
#include "Vehicle.h"
#include "trial_of_the_champion.h"

View file

@ -22,6 +22,7 @@
#include "SpellScriptLoader.h"
#include "drak_tharon_keep.h"
#include "SpellAuraEffects.h"
#include "SpellMgr.h"
#include "SpellScript.h"
enum Yells

View file

@ -24,6 +24,7 @@
#include "SpellAuras.h"
#include "SpellScriptLoader.h"
#include "icecrown_citadel.h"
#include "SpellMgr.h"
enum ScriptTexts
{

View file

@ -22,6 +22,7 @@
#include "SpellAuras.h"
#include "SpellScriptLoader.h"
#include "icecrown_citadel.h"
#include "SpellMgr.h"
enum ScriptTexts
{

View file

@ -22,6 +22,7 @@
#include "ScriptedGossip.h"
#include "Spell.h"
#include "icecrown_citadel.h"
#include "SpellMgr.h"
#define GOSSIP_SENDER_ICC_PORT 631