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