summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>2000-09-22 16:51:14 +0000
committerarchie <archie@FreeBSD.org>2000-09-22 16:51:14 +0000
commit63c14c2c2552485d3333ca57b75a0808ec00bede (patch)
tree9441c1396586325fae104b02c995816f2f104712 /sys/netgraph
parentc82f318b15be9dde39f674d339986ff98c26a1d0 (diff)
downloadFreeBSD-src-63c14c2c2552485d3333ca57b75a0808ec00bede.zip
FreeBSD-src-63c14c2c2552485d3333ca57b75a0808ec00bede.tar.gz
Remove unnecessary #include's as reported by phk's script.
Diffstat (limited to 'sys/netgraph')
-rw-r--r--sys/netgraph/ng_async.c2
-rw-r--r--sys/netgraph/ng_mppc.c1
-rw-r--r--sys/netgraph/ng_ppp.c1
-rw-r--r--sys/netgraph/ng_pptpgre.c3
-rw-r--r--sys/netgraph/ng_tty.c1
5 files changed, 0 insertions, 8 deletions
diff --git a/sys/netgraph/ng_async.c b/sys/netgraph/ng_async.c
index b3bd9f79..c2c86ec 100644
--- a/sys/netgraph/ng_async.c
+++ b/sys/netgraph/ng_async.c
@@ -48,10 +48,8 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
-#include <sys/proc.h>
#include <sys/mbuf.h>
#include <sys/malloc.h>
-#include <sys/file.h>
#include <sys/errno.h>
#include <netgraph/ng_message.h>
diff --git a/sys/netgraph/ng_mppc.c b/sys/netgraph/ng_mppc.c
index 489ef31..52b85eb 100644
--- a/sys/netgraph/ng_mppc.c
+++ b/sys/netgraph/ng_mppc.c
@@ -52,7 +52,6 @@
#include <sys/kernel.h>
#include <sys/mbuf.h>
#include <sys/malloc.h>
-#include <sys/protosw.h>
#include <sys/errno.h>
#include <sys/syslog.h>
diff --git a/sys/netgraph/ng_ppp.c b/sys/netgraph/ng_ppp.c
index 124572d..846002b 100644
--- a/sys/netgraph/ng_ppp.c
+++ b/sys/netgraph/ng_ppp.c
@@ -51,7 +51,6 @@
#include <sys/mbuf.h>
#include <sys/malloc.h>
#include <sys/errno.h>
-#include <sys/syslog.h>
#include <sys/ctype.h>
#include <machine/limits.h>
diff --git a/sys/netgraph/ng_pptpgre.c b/sys/netgraph/ng_pptpgre.c
index 689d7ed..9f7798d 100644
--- a/sys/netgraph/ng_pptpgre.c
+++ b/sys/netgraph/ng_pptpgre.c
@@ -60,9 +60,6 @@
#include <sys/mbuf.h>
#include <sys/malloc.h>
#include <sys/errno.h>
-#include <sys/socket.h>
-#include <sys/syslog.h>
-#include <sys/ctype.h>
#include <netinet/in.h>
#include <netinet/in_systm.h>
diff --git a/sys/netgraph/ng_tty.c b/sys/netgraph/ng_tty.c
index 70f9fb3..8bbf355 100644
--- a/sys/netgraph/ng_tty.c
+++ b/sys/netgraph/ng_tty.c
@@ -79,7 +79,6 @@
#ifdef __i386__ /* fiddle with the spl locking */
#include <sys/bus.h>
#include <machine/ipl.h>
-#include <i386/isa/intr_machdep.h>
#endif
/* Misc defs */
OpenPOWER on IntegriCloud