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:
committed by
Warner Losh
parent
a55640536a
commit
c3c06f94f0
@@ -27,7 +27,6 @@
|
||||
#include <sys/param.h>
|
||||
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <fnmatch.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user