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