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