diff options
Diffstat (limited to 'usr.bin/rcs/diff.c')
-rw-r--r-- | usr.bin/rcs/diff.c | 3 |
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> |