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
-1
View File
@@ -20,7 +20,6 @@ My modifications in this file are also placed in the public domain.
Matz (Yukihiro Matsumoto)
*/
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <errno.h>