diff options
Diffstat (limited to 'Python/modsupport.c')
-rw-r--r-- | Python/modsupport.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Python/modsupport.c b/Python/modsupport.c index 9c2dc18..ef36d10 100644 --- a/Python/modsupport.c +++ b/Python/modsupport.c @@ -2,9 +2,6 @@ /* Module support implementation */ #include "Python.h" -#ifdef HAVE_LIMITS_H -#include <limits.h> -#endif #ifdef MPW /* MPW pushes 'extended' for float and double types with varargs */ typedef extended va_double; |