aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_cluster.c
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/vfs_cluster.c
parent49acc8fe5037621f15bb71d9a82f44cb965ce38f (diff)
Revert consequences of changes to mount.h, part 2.
Requested by: bde
Notes
Notes: svn path=/head/; revision=76117
Diffstat (limited to 'sys/kern/vfs_cluster.c')
-rw-r--r--sys/kern/vfs_cluster.c2
1 files changed, 0 insertions, 2 deletions
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>