summaryrefslogtreecommitdiff
path: root/src/trig.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-02-21 15:00:56 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2020-02-21 15:00:56 -0500
commitb7c28c4be76f19d3515ede426ae874390523457f (patch)
tree204cd4356351b7033b46da40f63f62bb69b9179c /src/trig.c
parent69d8833b31519208f04444d3393b68a393163aa3 (diff)
Remove redundant include lines
Diffstat (limited to 'src/trig.c')
-rw-r--r--src/trig.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/trig.c b/src/trig.c
index c2bca3059..2181ebef7 100644
--- a/src/trig.c
+++ b/src/trig.c
@@ -1,5 +1,4 @@
#include "global.h"
-#include "trig.h"
// Values of sin(x*(π/128)) as Q8.8 fixed-point numbers from x = 0 to x = 319
const s16 gSineTable[] =