summaryrefslogtreecommitdiff
path: root/src/trainer_see.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trainer_see.c')
-rw-r--r--src/trainer_see.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trainer_see.c b/src/trainer_see.c
index 56085f9be..9d58faab8 100644
--- a/src/trainer_see.c
+++ b/src/trainer_see.c
@@ -1,4 +1,5 @@
#include "global.h"
+#include "trainer_see.h"
#include "asm.h"
#include "asm_fieldmap.h"
#include "battle_setup.h"
@@ -8,7 +9,6 @@
#include "script.h"
#include "sprite.h"
#include "task.h"
-#include "trainer_see.h"
extern bool8 (*gIsTrainerInRange[])(struct MapObject *, u16, s16, s16);
extern bool8 (*gTrainerSeeFuncList[])(u8, struct Task *, struct MapObject *);