summaryrefslogtreecommitdiff
path: root/arm9/lib/src/custom_allocator.c
diff options
context:
space:
mode:
Diffstat (limited to 'arm9/lib/src/custom_allocator.c')
-rw-r--r--arm9/lib/src/custom_allocator.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/arm9/lib/src/custom_allocator.c b/arm9/lib/src/custom_allocator.c
index 869901ce..1b1375bc 100644
--- a/arm9/lib/src/custom_allocator.c
+++ b/arm9/lib/src/custom_allocator.c
@@ -1,7 +1,5 @@
#include "global.h"
-
-typedef void * (* AllocFunc)(u32 size);
-typedef void (* FreeFunc)(void * ptr);
+#include "custom_allocator.h"
static FreeFunc sDestructor;
static AllocFunc sAllocator;