math.c: cleanup unused #include <errno.h>

`errno` is no longer used after 5073155a17
This commit is contained in:
Yuta Saito 2025-07-23 08:07:19 +00:00
parent 64f508ade8
commit 076e51e5ec

1
math.c
View file

@ -15,7 +15,6 @@
# define _USE_MATH_DEFINES 1 # define _USE_MATH_DEFINES 1
#endif #endif
#include <errno.h>
#include <float.h> #include <float.h>
#include <math.h> #include <math.h>