From 90f2d2aeffdb345e9fdfc5c3e56fffa71281f2ee Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Mon, 21 Jan 2013 21:50:36 -0800 Subject: Remove unnecessary includes, speeding up recompilation --- src/map/map.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/map/map.cpp') diff --git a/src/map/map.cpp b/src/map/map.cpp index 1fd9bb9..5112ec3 100644 --- a/src/map/map.cpp +++ b/src/map/map.cpp @@ -1,27 +1,27 @@ #include "map.hpp" +#include + #include -#include #include #include #include #include "../common/core.hpp" +#include "../common/cxxstdio.hpp" #include "../common/db.hpp" #include "../common/grfio.hpp" #include "../common/mt_rand.hpp" #include "../common/nullpo.hpp" #include "../common/socket.hpp" -#include "../common/timer.hpp" #include "atcommand.hpp" #include "battle.hpp" #include "chat.hpp" #include "chrif.hpp" #include "clif.hpp" -#include "intif.hpp" #include "itemdb.hpp" #include "magic.hpp" #include "mob.hpp" -- cgit v1.2.3-70-g09d2