summaryrefslogtreecommitdiff
path: root/src/od.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-09-21 14:21:53 +0000
committerJim Meyering <jim@meyering.net>2002-09-21 14:21:53 +0000
commit7080cab46c81bd51eeaf770fbcadfcd9797b8359 (patch)
treec1551e9a089aef68799682d39a73759bf31dca27 /src/od.c
parent036ab5abdad2b41927da50c191c28ad2bc35e7a5 (diff)
downloadcoreutils-7080cab46c81bd51eeaf770fbcadfcd9797b8359.tar.xz
No longer include values.h.
It was required solely for now-removed reference to BITSPERBYTE.
Diffstat (limited to 'src/od.c')
-rw-r--r--src/od.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/od.c b/src/od.c
index 10a88da9f..6ccf99cfc 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 <values.h>
-#endif
-
/* The default number of input bytes per output line. */
#define DEFAULT_BYTES_PER_BLOCK 16