aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormegamage <none@none>2009-07-20 11:54:49 +0800
committermegamage <none@none>2009-07-20 11:54:49 +0800
commit9567f4d823d329ac456a73379a4dffa58ffc98f9 (patch)
tree36550a8de0a9048f18cbcbffe7005a717d53ea81 /src
parentcb48363788fab7648f7fd315e19df2f0dcabb903 (diff)
[8188] Cleanups in #includes for SpellMgr.h Author: VladimirMangos
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/SkillDiscovery.cpp1
-rw-r--r--src/game/SpellMgr.h5
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;