Преглед на файлове

(<limits.h>): Do not include; human.h does it if needed.
(CHAR_BIT): Remove.

Paul Eggert преди 24 години
родител
ревизия
9d290bf45e
променени са 1 файла, в които са добавени 0 реда и са изтрити 7 реда
  1. 0 7
      lib/human.c

+ 0 - 7
lib/human.c

@@ -26,19 +26,12 @@
 #include <sys/types.h>
 #include <stdio.h>
 
-#if HAVE_LIMITS_H
-# include <limits.h>
-#endif
-
 #if HAVE_STRING_H
 # include <string.h>
 #else
 # include <strings.h>
 #endif
 
-#ifndef CHAR_BIT
-# define CHAR_BIT 8
-#endif
 #if HAVE_STDLIB_H
 # include <stdlib.h>
 #endif