diff options
-rw-r--r-- | usr.bin/rcs/rcsprog.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/rcs/rcsprog.h b/usr.bin/rcs/rcsprog.h index 1f34a904565..2f8fd5d3234 100644 --- a/usr.bin/rcs/rcsprog.h +++ b/usr.bin/rcs/rcsprog.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rcsprog.h,v 1.55 2006/04/26 02:55:13 joris Exp $ */ +/* $OpenBSD: rcsprog.h,v 1.56 2006/04/26 07:47:49 xsa Exp $ */ /* * Copyright (c) 2005 Joris Vink <joris@openbsd.org> * All rights reserved. @@ -27,8 +27,6 @@ #ifndef RCSPROG_H #define RCSPROG_H -#include <err.h> - #include "rcs.h" #include "rcsutil.h" #include "worklist.h" |