=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/annotate.c,v retrieving revision 1.36 retrieving revision 1.37 diff -c -r1.36 -r1.37 *** src/usr.bin/cvs/annotate.c 2007/02/09 03:49:15 1.36 --- src/usr.bin/cvs/annotate.c 2007/02/22 06:42:09 1.37 *************** *** 1,4 **** ! /* $OpenBSD: annotate.c,v 1.36 2007/02/09 03:49:15 joris Exp $ */ /* * Copyright (c) 2006 Xavier Santolaria * --- 1,4 ---- ! /* $OpenBSD: annotate.c,v 1.37 2007/02/22 06:42:09 otto Exp $ */ /* * Copyright (c) 2006 Xavier Santolaria * *************** *** 15,24 **** * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ ! #include "includes.h" #include "cvs.h" - #include "log.h" #include "remote.h" void cvs_annotate_local(struct cvs_file *); --- 15,25 ---- * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ ! #include ! #include ! #include #include "cvs.h" #include "remote.h" void cvs_annotate_local(struct cvs_file *);