diff options
Diffstat (limited to 'usr.bin/cvs/getlog.c')
-rw-r--r-- | usr.bin/cvs/getlog.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/cvs/getlog.c b/usr.bin/cvs/getlog.c index b42248f1147..fe2571f1338 100644 --- a/usr.bin/cvs/getlog.c +++ b/usr.bin/cvs/getlog.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getlog.c,v 1.70 2007/02/09 03:49:15 joris Exp $ */ +/* $OpenBSD: getlog.c,v 1.71 2007/02/22 06:42:09 otto Exp $ */ /* * Copyright (c) 2005, 2006 Xavier Santolaria <xsa@openbsd.org> * Copyright (c) 2006 Joris Vink <joris@openbsd.org> @@ -16,11 +16,10 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include "includes.h" +#include <unistd.h> +#include <string.h> #include "cvs.h" -#include "diff.h" -#include "log.h" #include "remote.h" #define LOG_REVSEP \ |