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/sys_math_atan.c | |
| parent | ea22c2ac38bb8cbb459210ce868398c5e7bdcda4 (diff) | |
Delete macros.h; Delete global.h (#2516)
Diffstat (limited to 'src/code/sys_math_atan.c')
| -rw-r--r-- | src/code/sys_math_atan.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/code/sys_math_atan.c b/src/code/sys_math_atan.c index e2b70a361..0c99eaced 100644 --- a/src/code/sys_math_atan.c +++ b/src/code/sys_math_atan.c @@ -2,8 +2,6 @@ #include "sys_math.h" #include "z64math.h" -#include "macros.h" - static u16 sAtan2Tbl[] = { 0x0000, 0x000A, 0x0014, 0x001F, 0x0029, 0x0033, 0x003D, 0x0047, 0x0051, 0x005C, 0x0066, 0x0070, 0x007A, 0x0084, 0x008F, 0x0099, 0x00A3, 0x00AD, 0x00B7, 0x00C2, 0x00CC, 0x00D6, 0x00E0, 0x00EA, 0x00F4, 0x00FF, 0x0109, 0x0113, |
