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_mutex.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'arm9/lib/include/OS_mutex.h') diff --git a/arm9/lib/include/OS_mutex.h b/arm9/lib/include/OS_mutex.h index 5db66fbe..a2cdff23 100644 --- a/arm9/lib/include/OS_mutex.h +++ b/arm9/lib/include/OS_mutex.h @@ -1,11 +1,7 @@ -// -// Created by red031000 on 2020-05-17. -// - #ifndef POKEDIAMOND_OS_MUTEX_H #define POKEDIAMOND_OS_MUTEX_H -#include "types.h" +#include "nitro/types.h" #include "OS_thread.h" struct OSMutex { -- cgit v1.2.3