summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2024-09-08 23:47:25 +0200
committerGitHub <noreply@github.com>2024-09-08 17:47:25 -0400
commitfb37d7c6cd930ebe170874eb88abc32678403669 (patch)
tree8e371c25bf72a9dd5f04b3e6307144311df1b15a /src/code
parent900c2f0f686fc391a50d24f391d7a1cb4e2ed614 (diff)
[headers 13] osMalloc.h -> include/libc64/os_malloc.h (#2175)
* [headers 13] osMalloc.h -> include/libc64/os_malloc.h * also update the #includes :)
Diffstat (limited to 'src/code')
-rw-r--r--src/code/code_800FC620.c2
-rw-r--r--src/code/debug_malloc.c2
-rw-r--r--src/code/fault_n64.c2
-rw-r--r--src/code/game.c2
-rw-r--r--src/code/z_malloc.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/code/code_800FC620.c b/src/code/code_800FC620.c
index 373f1d53c..8bed1af23 100644
--- a/src/code/code_800FC620.c
+++ b/src/code/code_800FC620.c
@@ -1,5 +1,5 @@
#include "global.h"
-#include "osMalloc.h"
+#include "libc64/os_malloc.h"
typedef void (*arg3_800FC868)(void*);
typedef void (*arg3_800FC8D8)(void*, u32);
diff --git a/src/code/debug_malloc.c b/src/code/debug_malloc.c
index 5be04b23c..a1def050a 100644
--- a/src/code/debug_malloc.c
+++ b/src/code/debug_malloc.c
@@ -1,5 +1,5 @@
#include "global.h"
-#include "osMalloc.h"
+#include "libc64/os_malloc.h"
#define LOG_SEVERITY_NOLOG 0
#define LOG_SEVERITY_ERROR 2
diff --git a/src/code/fault_n64.c b/src/code/fault_n64.c
index 92b1976aa..eb3019d33 100644
--- a/src/code/fault_n64.c
+++ b/src/code/fault_n64.c
@@ -1,6 +1,6 @@
#include "global.h"
#include "fault.h"
-#include "osMalloc.h"
+#include "libc64/os_malloc.h"
#include "stack.h"
#include "terminal.h"
diff --git a/src/code/game.c b/src/code/game.c
index af22e7949..45362fb58 100644
--- a/src/code/game.c
+++ b/src/code/game.c
@@ -1,6 +1,6 @@
#include "global.h"
#include "fault.h"
-#include "osMalloc.h"
+#include "libc64/os_malloc.h"
#include "terminal.h"
#if PLATFORM_N64
#include "n64dd.h"
diff --git a/src/code/z_malloc.c b/src/code/z_malloc.c
index 5b1c5637f..901e7b4e7 100644
--- a/src/code/z_malloc.c
+++ b/src/code/z_malloc.c
@@ -1,5 +1,5 @@
#include "global.h"
-#include "osMalloc.h"
+#include "libc64/os_malloc.h"
#define LOG_SEVERITY_NOLOG 0
#define LOG_SEVERITY_ERROR 2