summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>2001-04-29 02:45:39 +0000
committerGreg Lehey <grog@FreeBSD.org>2001-04-29 02:45:39 +0000
commit60fb0ce3657fa4a58498ef506f55f89e3acef6af (patch)
treeba48181785846ad0d76cf9a7538c101b11ce628e /sys/kern
parent49acc8fe5037621f15bb71d9a82f44cb965ce38f (diff)
Notes
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/init_main.c2
-rw-r--r--sys/kern/kern_acct.c2
-rw-r--r--sys/kern/kern_exec.c2
-rw-r--r--sys/kern/kern_shutdown.c2
-rw-r--r--sys/kern/uipc_syscalls.c1
-rw-r--r--sys/kern/vfs_bio.c2
-rw-r--r--sys/kern/vfs_cache.c2
-rw-r--r--sys/kern/vfs_cluster.c2
-rw-r--r--sys/kern/vfs_conf.c2
-rw-r--r--sys/kern/vfs_default.c2
-rw-r--r--sys/kern/vfs_extattr.c2
-rw-r--r--sys/kern/vfs_init.c2
-rw-r--r--sys/kern/vfs_lookup.c2
-rw-r--r--sys/kern/vfs_mount.c2
-rw-r--r--sys/kern/vfs_syscalls.c2
-rw-r--r--sys/kern/vfs_vnops.c2
16 files changed, 0 insertions, 31 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index 0266d76f0eb7..a27b3e3ae84b 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -50,8 +50,6 @@
#include <sys/kernel.h>
#include <sys/ktr.h>
#include <sys/lock.h>
-#include <net/radix.h>
-#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/mutex.h>
#include <sys/sysctl.h>
diff --git a/sys/kern/kern_acct.c b/sys/kern/kern_acct.c
index f149563507c1..cfa8cbe7109f 100644
--- a/sys/kern/kern_acct.c
+++ b/sys/kern/kern_acct.c
@@ -44,8 +44,6 @@
#include <sys/systm.h>
#include <sys/sysproto.h>
#include <sys/proc.h>
-#include <net/radix.h>
-#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/vnode.h>
#include <sys/fcntl.h>
diff --git a/sys/kern/kern_exec.c b/sys/kern/kern_exec.c
index fe711cdda5bf..cbd91ddaa3c5 100644
--- a/sys/kern/kern_exec.c
+++ b/sys/kern/kern_exec.c
@@ -31,8 +31,6 @@
#include <sys/sysproto.h>
#include <sys/signalvar.h>
#include <sys/kernel.h>
-#include <net/radix.h>
-#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/mutex.h>
#include <sys/filedesc.h>
diff --git a/sys/kern/kern_shutdown.c b/sys/kern/kern_shutdown.c
index ffe40c425780..52ded6468c03 100644
--- a/sys/kern/kern_shutdown.c
+++ b/sys/kern/kern_shutdown.c
@@ -54,8 +54,6 @@
#include <sys/vnode.h>
#include <sys/kernel.h>
#include <sys/kthread.h>
-#include <net/radix.h>
-#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/mutex.h>
#include <sys/queue.h>
diff --git a/sys/kern/uipc_syscalls.c b/sys/kern/uipc_syscalls.c
index 74e1dc6bf1ba..a8172a30e1b6 100644
--- a/sys/kern/uipc_syscalls.c
+++ b/sys/kern/uipc_syscalls.c
@@ -58,7 +58,6 @@
#include <sys/uio.h>
#include <sys/vnode.h>
#include <sys/lock.h>
-#include <net/radix.h>
#include <sys/mount.h>
#ifdef KTRACE
#include <sys/ktrace.h>
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index 92c7d50bda9b..c1b53d8c76e2 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -34,8 +34,6 @@
#include <sys/eventhandler.h>
#include <sys/lock.h>
#include <sys/malloc.h>
-#include <net/radix.h>
-#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/mutex.h>
#include <sys/kernel.h>
diff --git a/sys/kern/vfs_cache.c b/sys/kern/vfs_cache.c
index ebb221ea0e12..2299e7034484 100644
--- a/sys/kern/vfs_cache.c
+++ b/sys/kern/vfs_cache.c
@@ -41,8 +41,6 @@
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/sysctl.h>
-#include <net/radix.h>
-#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/vnode.h>
#include <sys/namei.h>
diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c
index f4a19ba09917..8a6e0452813d 100644
--- a/sys/kern/vfs_cluster.c
+++ b/sys/kern/vfs_cluster.c
@@ -46,8 +46,6 @@
#include <sys/buf.h>
#include <sys/vnode.h>
#include <sys/malloc.h>
-#include <net/radix.h>
-#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/resourcevar.h>
#include <sys/vmmeter.h>
diff --git a/sys/kern/vfs_conf.c b/sys/kern/vfs_conf.c
index 32d7575ba3a8..34fba7846a1e 100644
--- a/sys/kern/vfs_conf.c
+++ b/sys/kern/vfs_conf.c
@@ -48,8 +48,6 @@
#include <sys/kernel.h>
#include <sys/systm.h>
#include <sys/vnode.h>
-#include <net/radix.h>
-#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/malloc.h>
#include <sys/reboot.h>
diff --git a/sys/kern/vfs_default.c b/sys/kern/vfs_default.c
index f1dd5e9e48d8..e06dfa4a5c90 100644
--- a/sys/kern/vfs_default.c
+++ b/sys/kern/vfs_default.c
@@ -47,8 +47,6 @@
#include <sys/kernel.h>
#include <sys/lock.h>
#include <sys/malloc.h>
-#include <net/radix.h>
-#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/mutex.h>
#include <sys/unistd.h>
diff --git a/sys/kern/vfs_extattr.c b/sys/kern/vfs_extattr.c
index 03d56f3b92f4..6b73258f0684 100644
--- a/sys/kern/vfs_extattr.c
+++ b/sys/kern/vfs_extattr.c
@@ -49,8 +49,6 @@
#include <sys/buf.h>
#include <sys/sysent.h>
#include <sys/malloc.h>
-#include <net/radix.h>
-#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/mutex.h>
#include <sys/sysproto.h>
diff --git a/sys/kern/vfs_init.c b/sys/kern/vfs_init.c
index 3461b76929be..76d115551e24 100644
--- a/sys/kern/vfs_init.c
+++ b/sys/kern/vfs_init.c
@@ -43,8 +43,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
-#include <net/radix.h>
-#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/sysctl.h>
#include <sys/vnode.h>
diff --git a/sys/kern/vfs_lookup.c b/sys/kern/vfs_lookup.c
index def53d20798c..c95e020d5884 100644
--- a/sys/kern/vfs_lookup.c
+++ b/sys/kern/vfs_lookup.c
@@ -46,8 +46,6 @@
#include <sys/kernel.h>
#include <sys/namei.h>
#include <sys/vnode.h>
-#include <net/radix.h>
-#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/filedesc.h>
#include <sys/proc.h>
diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c
index 32d7575ba3a8..34fba7846a1e 100644
--- a/sys/kern/vfs_mount.c
+++ b/sys/kern/vfs_mount.c
@@ -48,8 +48,6 @@
#include <sys/kernel.h>
#include <sys/systm.h>
#include <sys/vnode.h>
-#include <net/radix.h>
-#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/malloc.h>
#include <sys/reboot.h>
diff --git a/sys/kern/vfs_syscalls.c b/sys/kern/vfs_syscalls.c
index 03d56f3b92f4..6b73258f0684 100644
--- a/sys/kern/vfs_syscalls.c
+++ b/sys/kern/vfs_syscalls.c
@@ -49,8 +49,6 @@
#include <sys/buf.h>
#include <sys/sysent.h>
#include <sys/malloc.h>
-#include <net/radix.h>
-#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/mutex.h>
#include <sys/sysproto.h>
diff --git a/sys/kern/vfs_vnops.c b/sys/kern/vfs_vnops.c
index 62407fee071f..fd1357912c77 100644
--- a/sys/kern/vfs_vnops.c
+++ b/sys/kern/vfs_vnops.c
@@ -45,8 +45,6 @@
#include <sys/file.h>
#include <sys/stat.h>
#include <sys/proc.h>
-#include <net/radix.h>
-#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/mutex.h>
#include <sys/namei.h>