diff options
Diffstat (limited to 'Include/pyport.h')
-rw-r--r-- | Include/pyport.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/pyport.h b/Include/pyport.h index 5b0e590..79b92c3 100644 --- a/Include/pyport.h +++ b/Include/pyport.h @@ -85,9 +85,7 @@ typedef PY_LONG_LONG Py_intptr_t; # error "Python needs a typedef for Py_uintptr_t in pyport.h." #endif /* HAVE_UINTPTR_T */ -#ifdef HAVE_STDLIB_H #include <stdlib.h> -#endif #include <math.h> /* Moved here from the math section, before extern "C" */ |