From 64ff567e0aea5e80b61ddb0a43c30296ba30ef2b Mon Sep 17 00:00:00 2001 From: Jacques Vidrine Date: Tue, 12 Oct 1999 13:53:30 +0000 Subject: [PATCH] Fix a style bug that I introduced (both sys/param.h and sys/types.h included). Caught by: sheldonh@freebsd.org --- usr.bin/lock/lock.c | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.bin/lock/lock.c b/usr.bin/lock/lock.c index c1ffcb53233..be3e63fc423 100644 --- a/usr.bin/lock/lock.c +++ b/usr.bin/lock/lock.c @@ -59,7 +59,6 @@ static const char rcsid[] = #include #include #include -#include #include #include #include