aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Instances/InstanceSaveMgr.cpp
diff options
context:
space:
mode:
authorTartalo <none@none>2010-06-07 23:40:17 +0200
committerTartalo <none@none>2010-06-07 23:40:17 +0200
commitc8344494006b79351b69d06f57b6f6e3b971f3ee (patch)
tree7b8369aae3b0da91a8ceac62fcbc222784e24a1d /src/server/game/Instances/InstanceSaveMgr.cpp
parentfdae709af76ad3d3839433b34bede93ad911abef (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.cpp10
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);