=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/diff3.c,v retrieving revision 1.19 retrieving revision 1.20 diff -c -r1.19 -r1.20 *** src/usr.bin/rcs/diff3.c 2007/02/22 08:30:45 1.19 --- src/usr.bin/rcs/diff3.c 2007/02/27 07:59:13 1.20 *************** *** 1,4 **** ! /* $OpenBSD: diff3.c,v 1.19 2007/02/22 08:30:45 xsa Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. --- 1,4 ---- ! /* $OpenBSD: diff3.c,v 1.20 2007/02/27 07:59:13 xsa Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. *************** *** 72,81 **** #ifndef lint static const char rcsid[] = ! "$OpenBSD: diff3.c,v 1.19 2007/02/22 08:30:45 xsa Exp $"; #endif /* not lint */ ! #include "includes.h" #include "diff.h" #include "rcsprog.h" --- 72,86 ---- #ifndef lint static const char rcsid[] = ! "$OpenBSD: diff3.c,v 1.20 2007/02/27 07:59:13 xsa Exp $"; #endif /* not lint */ ! #include ! #include ! #include ! #include ! #include ! #include #include "diff.h" #include "rcsprog.h"