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 2e9abca74a0..7ee0c78ea0f 100644 --- a/usr.bin/cvs/history.c +++ b/usr.bin/cvs/history.c @@ -1,4 +1,4 @@ -/* $OpenBSD: history.c,v 1.11 2005/04/11 17:56:27 joris Exp $ */ +/* $OpenBSD: history.c,v 1.12 2005/04/11 18:02:58 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -33,7 +33,6 @@ #include <stdlib.h> #include <unistd.h> #include <string.h> -#include <sysexits.h> #include "cvs.h" #include "rcs.h" |