diff options
Diffstat (limited to 'usr.bin/cvs/history.c')
-rw-r--r-- | usr.bin/cvs/history.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/history.c b/usr.bin/cvs/history.c index a5d2d80b21d..2e698aa660a 100644 --- a/usr.bin/cvs/history.c +++ b/usr.bin/cvs/history.c @@ -1,4 +1,4 @@ -/* $OpenBSD: history.c,v 1.21 2005/07/11 18:13:01 joris Exp $ */ +/* $OpenBSD: history.c,v 1.22 2005/07/21 11:42:24 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -24,7 +24,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/param.h> #include <sys/stat.h> #include <errno.h> |