diff options
| author | megamage <none@none> | 2009-07-20 11:54:49 +0800 |
|---|---|---|
| committer | megamage <none@none> | 2009-07-20 11:54:49 +0800 |
| commit | 9567f4d823d329ac456a73379a4dffa58ffc98f9 (patch) | |
| tree | 36550a8de0a9048f18cbcbffe7005a717d53ea81 /src | |
| parent | cb48363788fab7648f7fd315e19df2f0dcabb903 (diff) | |
[8188] Cleanups in #includes for SpellMgr.h Author: VladimirMangos
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/SkillDiscovery.cpp | 1 | ||||
| -rw-r--r-- | src/game/SpellMgr.h | 5 |
2 files changed, 4 insertions, 2 deletions
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 <map> 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 <map> class Player; class Spell; +struct SpellModifier; extern SQLStorage sSpellThreatStore; |
