From: Paul Eggert Date: Tue, 17 Oct 2000 17:20:55 +0000 (+0000) Subject: (): Do not include; human.h does it if needed. X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=9d290bf45ebb53268140dfb504953fe4473e8247;p=chaz%2Ftar (): Do not include; human.h does it if needed. (CHAR_BIT): Remove. --- diff --git a/lib/human.c b/lib/human.c index 92b051c..0665b3f 100644 --- a/lib/human.c +++ b/lib/human.c @@ -26,19 +26,12 @@ #include #include -#if HAVE_LIMITS_H -# include -#endif - #if HAVE_STRING_H # include #else # include #endif -#ifndef CHAR_BIT -# define CHAR_BIT 8 -#endif #if HAVE_STDLIB_H # include #endif