summaryrefslogtreecommitdiff
path: root/src/code/debug_malloc.c
diff options
context:
space:
mode:
authorfig02 <fig02srl@gmail.com>2025-04-27 12:48:11 -0400
committerGitHub <noreply@github.com>2025-04-27 12:48:11 -0400
commitf7a270655bd974242a286856bd56b490a998ac44 (patch)
tree0b3faecb361c695b369fd099028c7a96460c7dc5 /src/code/debug_malloc.c
parentea22c2ac38bb8cbb459210ce868398c5e7bdcda4 (diff)
Delete macros.h; Delete global.h (#2516)
Diffstat (limited to 'src/code/debug_malloc.c')
-rw-r--r--src/code/debug_malloc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/code/debug_malloc.c b/src/code/debug_malloc.c
index 6204e674f..ad7c786f3 100644
--- a/src/code/debug_malloc.c
+++ b/src/code/debug_malloc.c
@@ -3,8 +3,6 @@
#include "printf.h"
#include "translation.h"
-#include "macros.h"
-
#define LOG_SEVERITY_NOLOG 0
#define LOG_SEVERITY_ERROR 2
#define LOG_SEVERITY_VERBOSE 3