diff options
Diffstat (limited to 'src/game/Map.cpp')
-rw-r--r-- | src/game/Map.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Map.cpp b/src/game/Map.cpp index b3d41ed254d..123cbeef2f1 100644 --- a/src/game/Map.cpp +++ b/src/game/Map.cpp @@ -18,6 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include "MapManager.h" #include "Player.h" #include "GridNotifiers.h" #include "WorldSession.h" @@ -35,7 +36,6 @@ #include "ScriptCalls.h" #include "Group.h" -#include "MapManager.h" #include "MapInstanced.h" #include "InstanceSaveMgr.h" #include "VMapFactory.h" |