summaryrefslogtreecommitdiff
path: root/arm9/lib/src/OS_arena.c
diff options
context:
space:
mode:
Diffstat (limited to 'arm9/lib/src/OS_arena.c')
-rw-r--r--arm9/lib/src/OS_arena.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/arm9/lib/src/OS_arena.c b/arm9/lib/src/OS_arena.c
index df9c2fd8..de7cb9fe 100644
--- a/arm9/lib/src/OS_arena.c
+++ b/arm9/lib/src/OS_arena.c
@@ -1,8 +1,9 @@
-#include "function_target.h"
-#include "consts.h"
#include "OS_arena.h"
+
+#include "global.h"
#include "OS_protectionRegion.h"
#include "OS_emulator.h"
+#include "mmap.h"
static BOOL OSi_Initialized = FALSE;
static BOOL OSi_MainExArenaEnabled = FALSE;