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:
Eric van Gyzen 2021-03-05 10:38:37 -06:00
parent 576313b983
commit 0424d9ebeb

View File

@ -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>