diff options
| author | fig02 <fig02srl@gmail.com> | 2025-04-27 12:48:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-27 12:48:11 -0400 |
| commit | f7a270655bd974242a286856bd56b490a998ac44 (patch) | |
| tree | 0b3faecb361c695b369fd099028c7a96460c7dc5 /src/code/z_moji.c | |
| parent | ea22c2ac38bb8cbb459210ce868398c5e7bdcda4 (diff) | |
Delete macros.h; Delete global.h (#2516)
Diffstat (limited to 'src/code/z_moji.c')
| -rw-r--r-- | src/code/z_moji.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/code/z_moji.c b/src/code/z_moji.c index 2114996cb..e26ce68e7 100644 --- a/src/code/z_moji.c +++ b/src/code/z_moji.c @@ -3,10 +3,7 @@ */ #include "gfx.h" - -#include "macros.h" #include "printf.h" -#include "global.h" // how big to draw the characters on screen #define DISP_CHAR_WIDTH 8 |
