Remove unused includes, migrate to stdint.h for uintXX_t types.

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1392
This commit is contained in:
Faraz Vahedi 2024-08-21 16:38:03 +03:30 committed by Warner Losh
parent a55640536a
commit c3c06f94f0
2 changed files with 1 additions and 4 deletions

View file

@ -27,7 +27,6 @@
#include <sys/param.h>
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <fnmatch.h>
#include <stdlib.h>

View file

@ -24,11 +24,9 @@
* SUCH DAMAGE.
*/
#include <sys/types.h>
#include <ctype.h>
#include <errno.h>
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>