From 9d290bf45ebb53268140dfb504953fe4473e8247 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 17 Oct 2000 17:20:55 +0000 Subject: [PATCH] (): Do not include; human.h does it if needed. (CHAR_BIT): Remove. --- lib/human.c | 7 ------- 1 file changed, 7 deletions(-) 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 -- 2.44.0