From d6bf23783f32d8224f0232bf77da4403038a280f Mon Sep 17 00:00:00 2001 From: Olivier Houchard Date: Thu, 20 Feb 2003 03:26:11 +0000 Subject: Remove duplicate includes. Submitted by: Cyril Nguyen-Huu --- sys/kern/vfs_cluster.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/kern/vfs_cluster.c') 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 #if defined(CLUSTERDEBUG) -#include static int rcluster= 0; SYSCTL_INT(_debug, OID_AUTO, rcluster, CTLFLAG_RW, &rcluster, 0, "Debug VFS clustering code"); -- cgit v1.2.3