aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_hole.c
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1999-12-07 05:50:48 +0000
committerJulian Elischer <julian@FreeBSD.org>1999-12-07 05:50:48 +0000
commit647b86df6e2309de7c27fb3414f3daf139616500 (patch)
tree6ddfdac54b7ef404de28dfd6827046adf1371991 /sys/netgraph/ng_hole.c
parent9eec696993e1c573c0d58245033bfbf4ee6b7d85 (diff)
Notes
Diffstat (limited to 'sys/netgraph/ng_hole.c')
-rw-r--r--sys/netgraph/ng_hole.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/netgraph/ng_hole.c b/sys/netgraph/ng_hole.c
index c0b5dcc956ab..51470fa4c2f7 100644
--- a/sys/netgraph/ng_hole.c
+++ b/sys/netgraph/ng_hole.c
@@ -45,12 +45,9 @@
*/
#include <sys/param.h>
-#include <sys/systm.h>
-#include <sys/errno.h>
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
-#include <sys/syslog.h>
#include <netgraph/ng_message.h>
#include <netgraph/netgraph.h>
#include <netgraph/ng_hole.h>