=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/diff3.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- src/usr.bin/cvs/diff3.c 2005/12/30 17:51:01 1.11 +++ src/usr.bin/cvs/diff3.c 2006/01/02 08:11:56 1.12 @@ -1,4 +1,4 @@ -/* $OpenBSD: diff3.c,v 1.11 2005/12/30 17:51:01 reyk Exp $ */ +/* $OpenBSD: diff3.c,v 1.12 2006/01/02 08:11:56 xsa Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. @@ -72,17 +72,10 @@ #ifndef lint static const char rcsid[] = - "$OpenBSD: diff3.c,v 1.11 2005/12/30 17:51:01 reyk Exp $"; + "$OpenBSD: diff3.c,v 1.12 2006/01/02 08:11:56 xsa Exp $"; #endif /* not lint */ -#include - -#include -#include -#include -#include -#include -#include +#include "includes.h" #include "cvs.h" #include "log.h"