From 9567f4d823d329ac456a73379a4dffa58ffc98f9 Mon Sep 17 00:00:00 2001 From: megamage Date: Mon, 20 Jul 2009 11:54:49 +0800 Subject: [8188] Cleanups in #includes for SpellMgr.h Author: VladimirMangos --HG-- branch : trunk --- src/game/SkillDiscovery.cpp | 1 + src/game/SpellMgr.h | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/game/SkillDiscovery.cpp b/src/game/SkillDiscovery.cpp index 837d39d4067..de441168576 100644 --- a/src/game/SkillDiscovery.cpp +++ b/src/game/SkillDiscovery.cpp @@ -26,6 +26,7 @@ #include "Util.h" #include "SkillDiscovery.h" #include "SpellMgr.h" +#include "Player.h" #include struct SkillDiscoveryEntry diff --git a/src/game/SpellMgr.h b/src/game/SpellMgr.h index 8188447f32f..8210500775b 100644 --- a/src/game/SpellMgr.h +++ b/src/game/SpellMgr.h @@ -25,17 +25,18 @@ // For more high level function for sSpellStore data #include "SharedDefines.h" +#include "SpellAuraDefines.h" #include "DBCStructure.h" +#include "DBCStores.h" #include "Database/SQLStorage.h" #include "Utilities/UnorderedMap.h" -#include "Player.h" - #include class Player; class Spell; +struct SpellModifier; extern SQLStorage sSpellThreatStore; -- cgit v1.2.3