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