=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/cvs.h,v retrieving revision 1.127 retrieving revision 1.128 diff -c -r1.127 -r1.128 *** src/usr.bin/cvs/cvs.h 2007/01/12 09:27:25 1.127 --- src/usr.bin/cvs/cvs.h 2007/01/12 23:32:01 1.128 *************** *** 1,4 **** ! /* $OpenBSD: cvs.h,v 1.127 2007/01/12 09:27:25 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: cvs.h,v 1.128 2007/01/12 23:32:01 niallo Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 28,35 **** #define CVS_H #include "rcs.h" - #include "xmalloc.h" #include "util.h" #include "file.h" #include "repository.h" #include "worklist.h" --- 28,35 ---- #define CVS_H #include "rcs.h" #include "util.h" + #include "xmalloc.h" #include "file.h" #include "repository.h" #include "worklist.h"