=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/diff3.c,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- src/usr.bin/cvs/diff3.c 2007/01/31 21:07:35 1.34 +++ src/usr.bin/cvs/diff3.c 2007/02/22 06:42:09 1.35 @@ -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 @@ #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 */