aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_cluster.c
diff options
context:
space:
mode:
authorOlivier Houchard <cognet@FreeBSD.org>2003-02-20 03:26:11 +0000
committerOlivier Houchard <cognet@FreeBSD.org>2003-02-20 03:26:11 +0000
commitd6bf23783f32d8224f0232bf77da4403038a280f (patch)
tree18da083614a2b7b4dcf9c5c483b59bff8cd3ac42 /sys/kern/vfs_cluster.c
parentb7673cd13322f1446aa1573daa2f304f3e2b3ed2 (diff)
downloadsrc-d6bf23783f32d8224f0232bf77da4403038a280f.tar.gz
src-d6bf23783f32d8224f0232bf77da4403038a280f.zip
Remove duplicate includes.
Submitted by: Cyril Nguyen-Huu <cyril@ci0.org>
Notes
Notes: svn path=/head/; revision=111161
Diffstat (limited to 'sys/kern/vfs_cluster.c')
-rw-r--r--sys/kern/vfs_cluster.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c
index 7fd04023a8f0..90c88525eb65 100644
--- a/sys/kern/vfs_cluster.c
+++ b/sys/kern/vfs_cluster.c
@@ -56,7 +56,6 @@
#include <sys/sysctl.h>
#if defined(CLUSTERDEBUG)
-#include <sys/sysctl.h>
static int rcluster= 0;
SYSCTL_INT(_debug, OID_AUTO, rcluster, CTLFLAG_RW, &rcluster, 0,
"Debug VFS clustering code");