1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 18:48:55 +02:00

No longer include values.h.

It was required solely for now-removed reference to BITSPERBYTE.
This commit is contained in:
Jim Meyering
2002-09-21 14:21:53 +00:00
parent 036ab5abda
commit 7080cab46c
-4
View File
@@ -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