summaryrefslogtreecommitdiff
path: root/src/map/chrif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/chrif.c')
-rw-r--r--src/map/chrif.c9
1 files changed, 5 insertions, 4 deletions
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 <limits.h>
#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