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/atanh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/math/atanh.c') diff --git a/src/math/atanh.c b/src/math/atanh.c index bfd4e57b..d33e91ea 100644 --- a/src/math/atanh.c +++ b/src/math/atanh.c @@ -1,7 +1,7 @@ # define TGSOURCE "atanh.c" #include "_tgmath.h" #include -#include "fenv.h" +#include TYPE TGFN(atanh)(TYPE x) { -- cgit v1.2.1