mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
math.c: cleanup unused #include <errno.h>
`errno` is no longer used after 5073155a17
This commit is contained in:
parent
64f508ade8
commit
076e51e5ec
1 changed files with 0 additions and 1 deletions
1
math.c
1
math.c
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue