summaryrefslogtreecommitdiff
path: root/src/math/fmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/fmod.c')
-rw-r--r--src/math/fmod.c1
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"