diff options
| author | Brian <runningnak3d@gmail.com> | 2010-06-08 17:01:03 -0600 |
|---|---|---|
| committer | Brian <runningnak3d@gmail.com> | 2010-06-08 17:01:03 -0600 |
| commit | bc04d7ce25b400d22fa95e5505e08916a49fb79f (patch) | |
| tree | 46d6dcbc8cd9e920a8627fbaf140187c4f4150cf /src/server/game/Spells/Spell.cpp | |
| parent | dee7fd13828cd886968115cb7725da01f9e31f07 (diff) | |
* Remove the last of the realative paths from #include statements
--HG--
branch : trunk
Diffstat (limited to 'src/server/game/Spells/Spell.cpp')
| -rw-r--r-- | src/server/game/Spells/Spell.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/Spells/Spell.cpp b/src/server/game/Spells/Spell.cpp index 5016e5ebc2b..f5c105fa9bf 100644 --- a/src/server/game/Spells/Spell.cpp +++ b/src/server/game/Spells/Spell.cpp @@ -19,7 +19,7 @@ */ #include "Common.h" -#include "Database/DatabaseEnv.h" +#include "DatabaseEnv.h" #include "WorldPacket.h" #include "WorldSession.h" #include "GridNotifiers.h" @@ -41,7 +41,7 @@ #include "MapManager.h" #include "ObjectAccessor.h" #include "CellImpl.h" -#include "Policies/SingletonImp.h" +#include "SingletonImp.h" #include "SharedDefines.h" #include "LootMgr.h" #include "VMapFactory.h" |
