From a50c6629c4b87021063cca8ee33d033693044f19 Mon Sep 17 00:00:00 2001 From: Xavier Santolaria Date: Tue, 27 Feb 2007 07:59:14 +0000 Subject: As done in OpenCVS, general includes cleanup sweep. OK otto@. --- usr.bin/rcs/buf.c | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'usr.bin/rcs/buf.c') diff --git a/usr.bin/rcs/buf.c b/usr.bin/rcs/buf.c index ea435057c88..40aeac46c0f 100644 --- a/usr.bin/rcs/buf.c +++ b/usr.bin/rcs/buf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: buf.c,v 1.11 2007/02/22 08:30:45 xsa Exp $ */ +/* $OpenBSD: buf.c,v 1.12 2007/02/27 07:59:13 xsa Exp $ */ /* * Copyright (c) 2003 Jean-Francois Brousseau * All rights reserved. @@ -24,7 +24,16 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "includes.h" +#include +#include + +#include +#include +#include +#include +#include +#include +#include #include "buf.h" #include "xmalloc.h" -- cgit v1.2.3