=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/watch.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- src/usr.bin/cvs/watch.c 2007/01/11 02:35:55 1.16 +++ src/usr.bin/cvs/watch.c 2007/02/22 06:42:10 1.17 @@ -1,4 +1,4 @@ -/* $OpenBSD: watch.c,v 1.16 2007/01/11 02:35:55 joris Exp $ */ +/* $OpenBSD: watch.c,v 1.17 2007/02/22 06:42:10 otto Exp $ */ /* * Copyright (c) 2005-2007 Xavier Santolaria * @@ -15,10 +15,10 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include "includes.h" +#include +#include #include "cvs.h" -#include "log.h" #include "remote.h" #define W_COMMIT 0x01