summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2006-04-26 07:47:50 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2006-04-26 07:47:50 +0000
commitf1b56010aa034d79a08696481248b676f85b0168 (patch)
tree9fef83846d8fa42bb44c49d6ef0acd33b296a5cf
parentd573f5e8e476b1084bde5d48bf95943343777781 (diff)
remove dup of <err.h>
-rw-r--r--usr.bin/rcs/rcsprog.h4
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"