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