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