=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/cvs.h,v retrieving revision 1.133 retrieving revision 1.134 diff -c -r1.133 -r1.134 *** src/usr.bin/cvs/cvs.h 2007/02/19 11:40:00 1.133 --- src/usr.bin/cvs/cvs.h 2007/02/22 06:42:09 1.134 *************** *** 1,4 **** ! /* $OpenBSD: cvs.h,v 1.133 2007/02/19 11:40:00 otto Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: cvs.h,v 1.134 2007/02/22 06:42:09 otto Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 27,38 **** #ifndef CVS_H #define CVS_H ! #include "rcs.h" ! #include "util.h" ! #include "xmalloc.h" #include "file.h" ! #include "repository.h" #include "worklist.h" #define CVS_VERSION_MINOR "0" #define CVS_VERSION_MAJOR "1" --- 27,41 ---- #ifndef CVS_H #define CVS_H ! #include ! ! #include "config.h" #include "file.h" ! #include "log.h" #include "worklist.h" + #include "repository.h" + #include "util.h" + #include "xmalloc.h" #define CVS_VERSION_MINOR "0" #define CVS_VERSION_MAJOR "1" *************** *** 390,394 **** --- 393,398 ---- int cvs_version(int, char **); int cvs_watch(int, char **); int cvs_watchers(int, char **); + #endif