From 1f8531bd251a3715e69ee45acb8dff31d6842792 Mon Sep 17 00:00:00 2001 From: otto Date: Thu, 22 Feb 2007 06:42:09 +0000 Subject: general includes cleanup sweep. ok joris@ niallo@ --- usr.bin/cvs/diff3.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'usr.bin/cvs/diff3.c') diff --git a/usr.bin/cvs/diff3.c b/usr.bin/cvs/diff3.c index 1b2c81ede28..5f573c49ddf 100644 --- a/usr.bin/cvs/diff3.c +++ b/usr.bin/cvs/diff3.c @@ -1,4 +1,4 @@ -/* $OpenBSD: diff3.c,v 1.34 2007/01/31 21:07:35 xsa Exp $ */ +/* $OpenBSD: diff3.c,v 1.35 2007/02/22 06:42:09 otto Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. @@ -72,13 +72,17 @@ static const char copyright[] = #ifndef lint static const char rcsid[] = - "$OpenBSD: diff3.c,v 1.34 2007/01/31 21:07:35 xsa Exp $"; + "$OpenBSD: diff3.c,v 1.35 2007/02/22 06:42:09 otto Exp $"; #endif /* not lint */ -#include "includes.h" +#include +#include +#include +#include +#include +#include #include "cvs.h" -#include "log.h" #include "diff.h" /* diff3 - 3-way differential file comparison */ -- cgit v1.2.3-59-g8ed1b