diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2006-01-02 08:11:57 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2006-01-02 08:11:57 +0000 |
commit | e8f3e88946eccc37e02ea7dcc47573958a616ce0 (patch) | |
tree | 2aa9e81ee7d2ca3f58ec43a9080c3fad91d94e36 /usr.bin/cvs/buf.c | |
parent | 248e03c0c539ded07d5b3b677501b02e88f38d94 (diff) |
#include's cleanup; ok joris@ niallo@.
Diffstat (limited to 'usr.bin/cvs/buf.c')
-rw-r--r-- | usr.bin/cvs/buf.c | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/usr.bin/cvs/buf.c b/usr.bin/cvs/buf.c index f548df669bc..be37ce36b69 100644 --- a/usr.bin/cvs/buf.c +++ b/usr.bin/cvs/buf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: buf.c,v 1.27 2005/12/30 05:28:27 joris Exp $ */ +/* $OpenBSD: buf.c,v 1.28 2006/01/02 08:11:56 xsa Exp $ */ /* * Copyright (c) 2003 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -24,17 +24,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/param.h> -#include <sys/stat.h> - -#include <ctype.h> -#include <errno.h> -#include <fcntl.h> -#include <stdarg.h> -#include <stdio.h> -#include <stdlib.h> -#include <string.h> -#include <unistd.h> +#include "includes.h" #include "buf.h" #include "log.h" |