diff options
author | Tartalo <none@none> | 2010-06-07 23:40:17 +0200 |
---|---|---|
committer | Tartalo <none@none> | 2010-06-07 23:40:17 +0200 |
commit | c8344494006b79351b69d06f57b6f6e3b971f3ee (patch) | |
tree | 7b8369aae3b0da91a8ceac62fcbc222784e24a1d /src/server/game/Instances/InstanceSaveMgr.cpp | |
parent | fdae709af76ad3d3839433b34bede93ad911abef (diff) |
More fixes for game/ cmake compilation
--HG--
branch : trunk
Diffstat (limited to 'src/server/game/Instances/InstanceSaveMgr.cpp')
-rw-r--r-- | src/server/game/Instances/InstanceSaveMgr.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/server/game/Instances/InstanceSaveMgr.cpp b/src/server/game/Instances/InstanceSaveMgr.cpp index 2d3ba0d3b75..cd024ec6686 100644 --- a/src/server/game/Instances/InstanceSaveMgr.cpp +++ b/src/server/game/Instances/InstanceSaveMgr.cpp @@ -31,17 +31,17 @@ #include "MapManager.h" #include "MapInstanced.h" #include "InstanceSaveMgr.h" -#include "Utilities/Timer.h" +#include "Timer.h" #include "GridNotifiersImpl.h" -#include "Config/ConfigEnv.h" -#include "Transports.h" +#include "ConfigEnv.h" +#include "Transport.h" #include "ObjectMgr.h" #include "World.h" #include "Group.h" #include "InstanceData.h" #include "ProgressBar.h" -#include "Policies/Singleton.h" -#include "Policies/SingletonImp.h" +#include "Singleton.h" +#include "SingletonImp.h" INSTANTIATE_SINGLETON_1(InstanceSaveManager); |