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

(CHAR_BIT): Remove.
This commit is contained in:
Paul Eggert
2000-10-17 17:20:55 +00:00
parent 5ed9bdbf57
commit 9d290bf45e

View File

@@ -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