From fefd97fe38abea1c950b82ff8fc255c9fa7f08c0 Mon Sep 17 00:00:00 2001 From: mux Date: Sat, 14 Sep 2002 14:44:41 +0000 Subject: Remove a conditional #include , it is already included unconditionally before. Submitted by: Olivier Houchard --- sys/kern/kern_lockf.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/kern/kern_lockf.c') diff --git a/sys/kern/kern_lockf.c b/sys/kern/kern_lockf.c index 5165954..abacc06 100644 --- a/sys/kern/kern_lockf.c +++ b/sys/kern/kern_lockf.c @@ -61,7 +61,6 @@ static int maxlockdepth = MAXDEPTH; #ifdef LOCKF_DEBUG -#include #include #include -- cgit v1.1