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