summaryrefslogtreecommitdiff
path: root/src/math/acos.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2022-04-21 19:16:11 -0400
committerJakob Kaivo <jkk@ung.org>2022-04-21 19:16:11 -0400
commit8f4d1a2409bf7465a9be027268ed35e4099b3e34 (patch)
tree6b5cff1d0d36318c1d635e3edf83e4b43f580992 /src/math/acos.c
parent1ae71a66576028eddf532c574c77e12c193eeebc (diff)
compile cleanly under pure C89
Diffstat (limited to 'src/math/acos.c')
-rw-r--r--src/math/acos.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/math/acos.c b/src/math/acos.c
index 2d391fe2..f4e0544d 100644
--- a/src/math/acos.c
+++ b/src/math/acos.c
@@ -1,6 +1,5 @@
# define TGSOURCE "acos.c"
#include <errno.h>
-#include <fenv.h>
#include <math.h>
#include "_tgmath.h"