summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_UI.c
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1999-12-07 05:50:48 +0000
committerjulian <julian@FreeBSD.org>1999-12-07 05:50:48 +0000
commit4efb27971818504cb318693917f7ec92b51a9c80 (patch)
tree708d6a8311f13eb9136eebb00383b86acb69e434 /sys/netgraph/ng_UI.c
parent3bf9dbe9de951f9b21fe1191870b8d7d98e66695 (diff)
downloadFreeBSD-src-4efb27971818504cb318693917f7ec92b51a9c80.zip
FreeBSD-src-4efb27971818504cb318693917f7ec92b51a9c80.tar.gz
Remove a bunch of un-needed includes.
Submitted by: phk@freebsd.org
Diffstat (limited to 'sys/netgraph/ng_UI.c')
-rw-r--r--sys/netgraph/ng_UI.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/netgraph/ng_UI.c b/sys/netgraph/ng_UI.c
index 21a10f5..f4ec100 100644
--- a/sys/netgraph/ng_UI.c
+++ b/sys/netgraph/ng_UI.c
@@ -46,14 +46,8 @@
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
-#include <sys/conf.h>
#include <sys/errno.h>
-#include <sys/socket.h>
-#include <sys/syslog.h>
-#include <net/if.h>
-#include <netinet/in.h>
-#include <netinet/if_ether.h>
#include <netgraph/ng_message.h>
#include <netgraph/netgraph.h>
OpenPOWER on IntegriCloud