Remove redundant include headers.

- stdlib.h
- stddef.h
- stdint.h
- stdarg.h
- limits.h
- float.h
This commit is contained in:
Yukihiro "Matz" Matsumoto
2021-07-24 19:03:32 +09:00
parent 1f90a39799
commit 5c804cf68f
24 changed files with 12 additions and 43 deletions
-2
View File
@@ -133,8 +133,6 @@ mrb_int_mul_overflow(mrb_int a, mrb_int b, mrb_int *c)
#endif
#ifndef MRB_NO_FLOAT
# include <stdint.h>
# include <float.h>
# define MRB_FLT_RADIX FLT_RADIX