diff options
Diffstat (limited to 'src/math/cos.c')
-rw-r--r-- | src/math/cos.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/math/cos.c b/src/math/cos.c index 437428c8..b8b29aa0 100644 --- a/src/math/cos.c +++ b/src/math/cos.c @@ -1,6 +1,5 @@ # define TGSOURCE "cos.c" #include <errno.h> -#include <fenv.h> #include <math.h> #include "_tgmath.h" |