summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/battle.c')
-rw-r--r--src/map/battle.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index b80861df7..7ff6299e6 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -5,9 +5,8 @@
#include <stdlib.h>
#include <string.h>
#include <math.h>
-#include <limits.h>
-#include "battle.h"
+#include "../common/cbasetypes.h"
#include "../common/timer.h"
#include "../common/nullpo.h"
#include "../common/malloc.h"
@@ -24,6 +23,7 @@
#include "pet.h"
#include "guild.h"
#include "party.h"
+#include "battle.h"
int attr_fix_table[4][ELE_MAX][ELE_MAX];