From: Jim Meyering Date: Sat, 21 Sep 2002 14:21:53 +0000 (+0000) Subject: No longer include values.h. X-Git-Tag: v4.5.2~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7080cab46c81bd51eeaf770fbcadfcd9797b8359;p=thirdparty%2Fcoreutils.git No longer include values.h. It was required solely for now-removed reference to BITSPERBYTE. --- diff --git a/src/od.c b/src/od.c index 10a88da9fe..6ccf99cfc2 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