From 7760b8e4ed5f9b2a44eba50adf1dc1d14d0dd953 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sat, 12 Jul 2025 18:52:42 +0200 Subject: Scripts/Spells: Cleanup includes after 53daa087aedcc0f68c935628f181256d89914ae2 --- src/server/scripts/Spells/spell_quest.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/server/scripts/Spells') diff --git a/src/server/scripts/Spells/spell_quest.cpp b/src/server/scripts/Spells/spell_quest.cpp index d598f64b998..87f4d9d019f 100644 --- a/src/server/scripts/Spells/spell_quest.cpp +++ b/src/server/scripts/Spells/spell_quest.cpp @@ -22,16 +22,10 @@ */ #include "ScriptMgr.h" -#include "CellImpl.h" -#include "CreatureAIImpl.h" -#include "CreatureTextMgr.h" -#include "GridNotifiersImpl.h" #include "ObjectMgr.h" #include "Player.h" -#include "ScriptedCreature.h" -#include "SpellAuraEffects.h" +#include "SpellAuras.h" #include "SpellScript.h" -#include "Vehicle.h" enum TamingTheBeast { -- cgit v1.2.3