From c67c8b9fbdb009880f26d8c8baf8b76f27cf4885 Mon Sep 17 00:00:00 2001 From: skotlex Date: Tue, 11 Apr 2006 14:24:46 +0000 Subject: - Fixed various include lines in the map server (of the type -> ) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5985 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/chrif.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/map/chrif.c') diff --git a/src/map/chrif.c b/src/map/chrif.c index abc7d5b09..f46fe1beb 100644 --- a/src/map/chrif.c +++ b/src/map/chrif.c @@ -17,8 +17,11 @@ #include #include "../common/malloc.h" -#include "socket.h" -#include "timer.h" +#include "../common/socket.h" +#include "../common/timer.h" +#include "../common/nullpo.h" +#include "../common/showmsg.h" + #include "map.h" #include "battle.h" #include "chrif.h" @@ -27,8 +30,6 @@ #include "npc.h" #include "pc.h" #include "status.h" -#include "nullpo.h" -#include "showmsg.h" #ifndef TXT_ONLY #include "charsave.h" #endif -- cgit v1.2.3-70-g09d2