diff options
Diffstat (limited to 'Include/pymath.h')
-rw-r--r-- | Include/pymath.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Include/pymath.h b/Include/pymath.h index 816691a..dc2c427 100644 --- a/Include/pymath.h +++ b/Include/pymath.h @@ -3,10 +3,6 @@ #include "pyconfig.h" /* include for defines */ -#ifdef HAVE_STDINT_H -#include <stdint.h> -#endif - /************************************************************************** Symbols and macros to supply platform-independent interfaces to mathematical functions and constants |