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/pow.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/math/pow.c') diff --git a/src/math/pow.c b/src/math/pow.c index 3400cdd1..6486bc6e 100644 --- a/src/math/pow.c +++ b/src/math/pow.c @@ -1,6 +1,5 @@ # define TGSOURCE "pow.c" #include -#include #include #include "_tgmath.h" -- cgit v1.2.1