From 73da506ee04ec490c5959b45c216a1f8508bec5b Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 20:00:37 -0400 Subject: consistently use <> for standardized headers --- src/math/acosh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/math/acosh.c') diff --git a/src/math/acosh.c b/src/math/acosh.c index f557c875..4830b027 100644 --- a/src/math/acosh.c +++ b/src/math/acosh.c @@ -1,7 +1,7 @@ # define TGSOURCE "acosh.c" #include "_tgmath.h" #include -#include "fenv.h" +#include TYPE TGFN(acosh)(TYPE x) { -- cgit v1.2.1