summaryrefslogtreecommitdiff
path: root/src/map/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/log.c')
-rw-r--r--src/map/log.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/map/log.c b/src/map/log.c
index bd5079a40..0483b6387 100644
--- a/src/map/log.c
+++ b/src/map/log.c
@@ -4,10 +4,12 @@
#include "../common/strlib.h"
#include "../common/nullpo.h"
#include "../common/showmsg.h"
+#include "battle.h"
#include "itemdb.h"
-#include "map.h"
#include "log.h"
-#include "battle.h"
+#include "map.h"
+#include "mob.h"
+#include "pc.h"
#include <stdlib.h>
#include <stdio.h>