diff options
Diffstat (limited to 'Python/codecs.c')
-rw-r--r-- | Python/codecs.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Python/codecs.c b/Python/codecs.c index c3f93cc..3324b80 100644 --- a/Python/codecs.c +++ b/Python/codecs.c @@ -10,9 +10,6 @@ Copyright (c) Corporation for National Research Initiatives. #include "Python.h" #include <ctype.h> -#ifdef HAVE_LIMITS_H -#include <limits.h> -#endif /* --- Globals ------------------------------------------------------------ */ |