diff options
Diffstat (limited to 'Python/getargs.c')
-rw-r--r-- | Python/getargs.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Python/getargs.c b/Python/getargs.c index 797e9df77d..46251ae75e 100644 --- a/Python/getargs.c +++ b/Python/getargs.c @@ -9,9 +9,6 @@ #include "Python.h" #include <ctype.h> -#ifdef HAVE_LIMITS_H -#include <limits.h> -#endif int PyArg_Parse(PyObject *, char *, ...); |