mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix a style bug that I introduced (both sys/param.h and sys/types.h
included). Caught by: sheldonh@freebsd.org
This commit is contained in:
parent
65c543c764
commit
64ff567e0a
1 changed files with 0 additions and 1 deletions
|
|
@ -59,7 +59,6 @@ static const char rcsid[] =
|
|||
#include <sys/param.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/signal.h>
|
||||
#include <err.h>
|
||||
#include <ctype.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue