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