summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/diff.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2011-04-20 19:34:17 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2011-04-20 19:34:17 +0000
commitc20d3371a95853946c380d19b16764d3bf211b07 (patch)
tree1c12b90e6fcac16c37965662131d8a2bd5c9a755 /usr.bin/rcs/diff.c
parent0541a50517e5bc691d9230e64f0699f760d02a22 (diff)
Remove some unneeded includes and dead code, from Michael W Bombardieri.
ok jasper xsa
Diffstat (limited to 'usr.bin/rcs/diff.c')
-rw-r--r--usr.bin/rcs/diff.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/rcs/diff.c b/usr.bin/rcs/diff.c
index fd9e928ca0b..3dede6b45f2 100644
--- a/usr.bin/rcs/diff.c
+++ b/usr.bin/rcs/diff.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: diff.c,v 1.32 2011/04/01 17:25:26 nicm Exp $ */
+/* $OpenBSD: diff.c,v 1.33 2011/04/20 19:34:16 nicm Exp $ */
/*
* Copyright (C) Caldera International Inc. 2001-2002.
* All rights reserved.
@@ -69,7 +69,6 @@
#include <ctype.h>
#include <err.h>
-#include <limits.h>
#include <stdarg.h>
#include <stddef.h>
#include <stdio.h>