From 8f4d1a2409bf7465a9be027268ed35e4099b3e34 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Thu, 21 Apr 2022 19:16:11 -0400 Subject: compile cleanly under pure C89 --- src/math/sin.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/math/sin.c') diff --git a/src/math/sin.c b/src/math/sin.c index 017b750a..5cb8ef73 100644 --- a/src/math/sin.c +++ b/src/math/sin.c @@ -1,6 +1,5 @@ # define TGSOURCE "sin.c" #include -#include #include #include "_tgmath.h" -- cgit v1.2.1