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/mob.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/map/mob.cpp') diff --git a/src/map/mob.cpp b/src/map/mob.cpp index 46bb71e..3158dc5 100644 --- a/src/map/mob.cpp +++ b/src/map/mob.cpp @@ -1,19 +1,16 @@ #include "mob.hpp" #include -#include #include #include -#include "../common/db.hpp" +#include "../common/cxxstdio.hpp" #include "../common/mt_rand.hpp" #include "../common/nullpo.hpp" #include "../common/socket.hpp" -#include "../common/timer.hpp" #include "battle.hpp" #include "clif.hpp" -#include "intif.hpp" #include "itemdb.hpp" #include "map.hpp" #include "npc.hpp" -- cgit v1.2.3-60-g2f50