diff options
Diffstat (limited to 'usr.bin/cvs/checkout.c')
-rw-r--r-- | usr.bin/cvs/checkout.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/checkout.c b/usr.bin/cvs/checkout.c index 7127feb2454..3a7a7262785 100644 --- a/usr.bin/cvs/checkout.c +++ b/usr.bin/cvs/checkout.c @@ -1,4 +1,4 @@ -/* $OpenBSD: checkout.c,v 1.16 2005/04/11 17:56:27 joris Exp $ */ +/* $OpenBSD: checkout.c,v 1.17 2005/04/11 18:02:58 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -31,7 +31,6 @@ #include <stdlib.h> #include <unistd.h> #include <string.h> -#include <sysexits.h> #include "cvs.h" #include "log.h" |