bhyve: process: remove unneeded header

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Ryan Moeller <ryan@iXsystems.com>
This commit is contained in:
Ryan Moeller 2020-02-24 01:46:13 -05:00 committed by Daniel P. Berrangé
parent 25c29ac2f5
commit f38c7bb6ea

View File

@ -27,7 +27,6 @@
#include <sys/types.h>
#include <sys/sysctl.h>
#include <sys/user.h>
#include <sys/ioctl.h>
#include <net/if.h>
#include <net/if_tap.h>