summaryrefslogtreecommitdiff
path: root/math.c
diff options
context:
space:
mode:
authorYuta Saito <kateinoigakukun@gmail.com>2025-07-23 08:07:19 +0000
committerYuta Saito <kateinoigakukun@gmail.com>2025-07-24 12:39:53 +0900
commit076e51e5ec5924554ab5c1eca483a52405d0fdc4 (patch)
tree8f3419a108eeb050f0f8e9e36762af5d42fbccec /math.c
parent64f508ade8c8535b7d3ecdd217886aa52fddd43c (diff)
math.c: cleanup unused `#include <errno.h>`
`errno` is no longer used after 5073155a178a9f478950afef4f148e44fd14b5d6
Diffstat (limited to 'math.c')
-rw-r--r--math.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/math.c b/math.c
index 2394fe9f58..a95919e342 100644
--- a/math.c
+++ b/math.c
@@ -15,7 +15,6 @@
# define _USE_MATH_DEFINES 1
#endif
-#include <errno.h>
#include <float.h>
#include <math.h>