From ed295dc6089bdf4825233b63e432fb194240b98a Mon Sep 17 00:00:00 2001 From: red031000 Date: Fri, 5 Jun 2020 18:55:49 +0100 Subject: shared headers --- arm9/lib/include/OS_alloc.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'arm9/lib/include/OS_alloc.h') diff --git a/arm9/lib/include/OS_alloc.h b/arm9/lib/include/OS_alloc.h index 74b7b0e5..5ee95395 100644 --- a/arm9/lib/include/OS_alloc.h +++ b/arm9/lib/include/OS_alloc.h @@ -1,11 +1,7 @@ -// -// Created by mart on 4/23/20. -// - #ifndef POKEDIAMOND_OS_ALLOC_H #define POKEDIAMOND_OS_ALLOC_H -#include "types.h" +#include "nitro/types.h" #include "OS_arena.h" typedef int OSHeapHandle; -- cgit v1.2.3