diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2015-07-25 17:34:41 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2015-07-25 20:18:42 +0200 |
commit | 2e586bc520e7eda2387e850c3c0049e6daa880de (patch) | |
tree | cb91d630b637029cceed0fb2e48cf7cf0f1fde4d /src/server/game/Spells/SpellEffects.cpp | |
parent | 2f2fcd2c3d170877bffb1175e1c26305776042b9 (diff) |
Core: Header cleanup in game/*/*.cpp
Diffstat (limited to 'src/server/game/Spells/SpellEffects.cpp')
-rw-r--r-- | src/server/game/Spells/SpellEffects.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/server/game/Spells/SpellEffects.cpp b/src/server/game/Spells/SpellEffects.cpp index 75610d2e911..23d183330f2 100644 --- a/src/server/game/Spells/SpellEffects.cpp +++ b/src/server/game/Spells/SpellEffects.cpp @@ -34,9 +34,6 @@ #include "SpellAuraEffects.h" #include "SpellHistory.h" #include "Group.h" -#include "UpdateData.h" -#include "MapManager.h" -#include "ObjectAccessor.h" #include "SharedDefines.h" #include "Pet.h" #include "GameObject.h" @@ -50,21 +47,13 @@ #include "Language.h" #include "SocialMgr.h" #include "Util.h" -#include "VMapFactory.h" #include "TemporarySummon.h" -#include "CellImpl.h" -#include "GridNotifiers.h" -#include "GridNotifiersImpl.h" -#include "SkillDiscovery.h" -#include "Formulas.h" -#include "Vehicle.h" #include "ScriptMgr.h" #include "GameObjectAI.h" #include "AccountMgr.h" #include "InstanceScript.h" #include "PathGenerator.h" #include "Guild.h" -#include "GuildMgr.h" #include "ReputationMgr.h" #include "AreaTrigger.h" #include "Garrison.h" |