summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-10-29 13:57:19 +0000
committerphk <phk@FreeBSD.org>2000-10-29 13:57:19 +0000
commit94a5006c9a9a88714c39d35ca1b1c85ba77eb80a (patch)
treee273008f2e0d899ece74c50ed14a3fcc89c7eb60 /sys/kern
parent9c6b4f6aa9ca4c20c27d2ba238ce60328953dda0 (diff)
downloadFreeBSD-src-94a5006c9a9a88714c39d35ca1b1c85ba77eb80a.zip
FreeBSD-src-94a5006c9a9a88714c39d35ca1b1c85ba77eb80a.tar.gz
Remove unneeded #include <sys/proc.h> lines.
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/kern_cap.c1
-rw-r--r--sys/kern/uipc_accf.c1
-rw-r--r--sys/kern/uipc_mbuf2.c1
-rw-r--r--sys/kern/vfs_conf.c1
-rw-r--r--sys/kern/vfs_mount.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/sys/kern/kern_cap.c b/sys/kern/kern_cap.c
index 4b1dccc..b8f0c42 100644
--- a/sys/kern/kern_cap.c
+++ b/sys/kern/kern_cap.c
@@ -39,7 +39,6 @@
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/systm.h>
-#include <sys/proc.h>
#include <sys/sysproto.h>
#include <sys/sysent.h>
#include <sys/capability.h>
diff --git a/sys/kern/uipc_accf.c b/sys/kern/uipc_accf.c
index 08cca1e..b31026a 100644
--- a/sys/kern/uipc_accf.c
+++ b/sys/kern/uipc_accf.c
@@ -34,7 +34,6 @@
#include <sys/systm.h>
#include <sys/domain.h>
#include <sys/kernel.h>
-#include <sys/proc.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/protosw.h>
diff --git a/sys/kern/uipc_mbuf2.c b/sys/kern/uipc_mbuf2.c
index 2e6aa1e..4fe08e3 100644
--- a/sys/kern/uipc_mbuf2.c
+++ b/sys/kern/uipc_mbuf2.c
@@ -70,7 +70,6 @@
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/proc.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
diff --git a/sys/kern/vfs_conf.c b/sys/kern/vfs_conf.c
index 442ab60..2c1b7a3 100644
--- a/sys/kern/vfs_conf.c
+++ b/sys/kern/vfs_conf.c
@@ -47,7 +47,6 @@
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/systm.h>
-#include <sys/proc.h>
#include <sys/vnode.h>
#include <sys/mount.h>
#include <sys/malloc.h>
diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c
index 442ab60..2c1b7a3 100644
--- a/sys/kern/vfs_mount.c
+++ b/sys/kern/vfs_mount.c
@@ -47,7 +47,6 @@
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/systm.h>
-#include <sys/proc.h>
#include <sys/vnode.h>
#include <sys/mount.h>
#include <sys/malloc.h>
OpenPOWER on IntegriCloud