mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
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:
parent
a55640536a
commit
c3c06f94f0
2 changed files with 1 additions and 4 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue