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/char/inter.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/char/inter.cpp') diff --git a/src/char/inter.cpp b/src/char/inter.cpp index fe82ac3..8015ae9 100644 --- a/src/char/inter.cpp +++ b/src/char/inter.cpp @@ -4,14 +4,15 @@ #include #include +#include #include "../common/cxxstdio.hpp" #include "../common/db.hpp" #include "../common/extract.hpp" #include "../common/lock.hpp" -#include "../common/mmo.hpp" #include "../common/socket.hpp" #include "../common/timer.hpp" +#include "../common/utils.hpp" #include "char.hpp" #include "int_party.hpp" -- cgit v1.2.3-70-g09d2