No longer include values.h.
authorJim Meyering <jim@meyering.net>
Sat, 21 Sep 2002 14:21:53 +0000 (14:21 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 21 Sep 2002 14:21:53 +0000 (14:21 +0000)
It was required solely for now-removed reference to BITSPERBYTE.

src/od.c

index 10a88da..6ccf99c 100644 (file)
--- 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 <values.h>
-#endif
-
 /* The default number of input bytes per output line.  */
 #define DEFAULT_BYTES_PER_BLOCK 16