From 7080cab46c81bd51eeaf770fbcadfcd9797b8359 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 21 Sep 2002 14:21:53 +0000 Subject: [PATCH] No longer include values.h. It was required solely for now-removed reference to BITSPERBYTE. --- src/od.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/od.c b/src/od.c index 10a88da..6ccf99c 100644 --- a/src/od.c +++ b/src/od.c @@ -44,10 +44,6 @@ typedef long double LONG_DOUBLE; typedef double LONG_DOUBLE; #endif -#if HAVE_VALUES_H -# include -#endif - /* The default number of input bytes per output line. */ #define DEFAULT_BYTES_PER_BLOCK 16 -- 2.7.4