diff --git a/src/server/scripts/Events/midsummer.cpp b/src/server/scripts/Events/midsummer.cpp index 4873b3ce4..57e669047 100644 --- a/src/server/scripts/Events/midsummer.cpp +++ b/src/server/scripts/Events/midsummer.cpp @@ -22,7 +22,6 @@ #include "Player.h" #include "PlayerScript.h" #include "ScriptedCreature.h" -#include "ScriptedGossip.h" #include "Spell.h" #include "SpellAuras.h" #include "SpellScript.h" diff --git a/src/server/scripts/OutdoorPvP/OutdoorPvPEP.cpp b/src/server/scripts/OutdoorPvP/OutdoorPvPEP.cpp index 83eec57e2..34a66aa37 100644 --- a/src/server/scripts/OutdoorPvP/OutdoorPvPEP.cpp +++ b/src/server/scripts/OutdoorPvP/OutdoorPvPEP.cpp @@ -16,7 +16,6 @@ */ #include "OutdoorPvPEP.h" -#include "CreatureScript.h" #include "GameGraveyard.h" #include "GameObject.h" #include "Language.h" diff --git a/src/server/scripts/OutdoorPvP/OutdoorPvPGH.cpp b/src/server/scripts/OutdoorPvP/OutdoorPvPGH.cpp index 9906fa10c..fcd214106 100644 --- a/src/server/scripts/OutdoorPvP/OutdoorPvPGH.cpp +++ b/src/server/scripts/OutdoorPvP/OutdoorPvPGH.cpp @@ -16,7 +16,6 @@ */ #include "OutdoorPvPGH.h" -#include "CreatureScript.h" #include "GameEventMgr.h" #include "MapMgr.h" #include "OutdoorPvPMgr.h" diff --git a/src/server/scripts/Pet/pet_priest.cpp b/src/server/scripts/Pet/pet_priest.cpp index 41a77a49e..43ce08fbd 100644 --- a/src/server/scripts/Pet/pet_priest.cpp +++ b/src/server/scripts/Pet/pet_priest.cpp @@ -21,7 +21,6 @@ */ #include "CreatureScript.h" -#include "PassiveAI.h" #include "PetAI.h" #include "ScriptedCreature.h" #include "TotemAI.h" diff --git a/src/server/scripts/Spells/spell_quest.cpp b/src/server/scripts/Spells/spell_quest.cpp index c2bfac4eb..7519981de 100644 --- a/src/server/scripts/Spells/spell_quest.cpp +++ b/src/server/scripts/Spells/spell_quest.cpp @@ -22,7 +22,6 @@ #include "MapMgr.h" #include "ScriptedCreature.h" #include "SpellAuraEffects.h" -#include "SpellAuras.h" #include "SpellScript.h" #include "SpellScriptLoader.h" #include "Vehicle.h" diff --git a/src/server/scripts/Spells/spell_shaman.cpp b/src/server/scripts/Spells/spell_shaman.cpp index 5ca5f32b2..415f609fe 100644 --- a/src/server/scripts/Spells/spell_shaman.cpp +++ b/src/server/scripts/Spells/spell_shaman.cpp @@ -21,7 +21,6 @@ #include "SpellMgr.h" #include "SpellScript.h" #include "SpellScriptLoader.h" -#include "TemporarySummon.h" #include "Unit.h" /* * Scripts for spells with SPELLFAMILY_SHAMAN and SPELLFAMILY_GENERIC spells used by shaman players. diff --git a/src/server/scripts/World/achievement_scripts.cpp b/src/server/scripts/World/achievement_scripts.cpp index 36be187d1..bdcba3df3 100644 --- a/src/server/scripts/World/achievement_scripts.cpp +++ b/src/server/scripts/World/achievement_scripts.cpp @@ -23,7 +23,6 @@ #include "BattlegroundWS.h" #include "Creature.h" #include "Player.h" -#include "Vehicle.h" class achievement_resilient_victory : public AchievementCriteriaScript { diff --git a/src/server/scripts/World/areatrigger_scripts.cpp b/src/server/scripts/World/areatrigger_scripts.cpp index d6c79ad49..541bebaa8 100644 --- a/src/server/scripts/World/areatrigger_scripts.cpp +++ b/src/server/scripts/World/areatrigger_scripts.cpp @@ -16,11 +16,9 @@ */ #include "AreaTriggerScript.h" -#include "CreatureScript.h" #include "GameTime.h" #include "Player.h" #include "ScriptedCreature.h" -#include "SpellMgr.h" /* ScriptData SDName: Areatrigger_Scripts SD%Complete: 100 diff --git a/src/server/scripts/World/chat_log.cpp b/src/server/scripts/World/chat_log.cpp index 9dc05ab0d..b58ee8117 100644 --- a/src/server/scripts/World/chat_log.cpp +++ b/src/server/scripts/World/chat_log.cpp @@ -16,7 +16,6 @@ */ #include "Channel.h" -#include "CreatureScript.h" #include "Group.h" #include "Guild.h" #include "Log.h" diff --git a/src/server/scripts/World/guards.cpp b/src/server/scripts/World/guards.cpp index b9384dc63..6e483cba2 100644 --- a/src/server/scripts/World/guards.cpp +++ b/src/server/scripts/World/guards.cpp @@ -32,7 +32,6 @@ EndContentData */ #include "GuardAI.h" #include "Player.h" #include "ScriptedCreature.h" -#include "SpellInfo.h" enum GuardShattrath { diff --git a/src/server/scripts/World/npc_stave_of_ancients.h b/src/server/scripts/World/npc_stave_of_ancients.h index fcdc51ef7..f517218f6 100644 --- a/src/server/scripts/World/npc_stave_of_ancients.h +++ b/src/server/scripts/World/npc_stave_of_ancients.h @@ -18,7 +18,6 @@ #ifndef NPC_STAVE_OF_ANCIENTS_H #define NPC_STAVE_OF_ANCIENTS_H -#include "CreatureScript.h" #include "ScriptedCreature.h" enum Common diff --git a/src/server/scripts/World/player_scripts.cpp b/src/server/scripts/World/player_scripts.cpp index 89e62c023..845c96c2b 100644 --- a/src/server/scripts/World/player_scripts.cpp +++ b/src/server/scripts/World/player_scripts.cpp @@ -15,7 +15,6 @@ * with this program. If not, see . */ -#include "CreatureScript.h" #include "Player.h" #include "PlayerScript.h"