mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
decryptcore: do not include sys/sysctl.h
It's not needed. Removing it is a small improvement in portability. Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
576313b983
commit
0424d9ebeb
1 changed files with 0 additions and 1 deletions
|
|
@ -31,7 +31,6 @@ __FBSDID("$FreeBSD$");
|
|||
#include <sys/capsicum.h>
|
||||
#include <sys/endian.h>
|
||||
#include <sys/kerneldump.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
#include <ctype.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue