summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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