aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_async.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_async.c
parent9eec696993e1c573c0d58245033bfbf4ee6b7d85 (diff)
Notes
Diffstat (limited to 'sys/netgraph/ng_async.c')
-rw-r--r--sys/netgraph/ng_async.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/netgraph/ng_async.c b/sys/netgraph/ng_async.c
index 4c7e3ab14e93..54ab716f97db 100644
--- a/sys/netgraph/ng_async.c
+++ b/sys/netgraph/ng_async.c
@@ -48,14 +48,10 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
-#include <sys/conf.h>
#include <sys/proc.h>
#include <sys/mbuf.h>
#include <sys/malloc.h>
-#include <sys/socket.h>
#include <sys/file.h>
-#include <sys/tty.h>
-#include <sys/syslog.h>
#include <sys/errno.h>
#include <netgraph/ng_message.h>