summaryrefslogtreecommitdiffstats
path: root/Include/pyport.h
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-09-06 20:05:58 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-09-06 20:05:58 (GMT)
commit88bd3edb3e533ca426d633b97fad91d82aeb2b34 (patch)
tree02251911317bb5569f94e9c004e952a6b70e808a /Include/pyport.h
parent121b9487d13b7dcd5a864a6067c4a5c88ba15b5d (diff)
downloadcpython-88bd3edb3e533ca426d633b97fad91d82aeb2b34.zip
cpython-88bd3edb3e533ca426d633b97fad91d82aeb2b34.tar.gz
cpython-88bd3edb3e533ca426d633b97fad91d82aeb2b34.tar.bz2
only include inttypes.h (#17884)
Diffstat (limited to 'Include/pyport.h')
-rw-r--r--Include/pyport.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Include/pyport.h b/Include/pyport.h
index d995f3f..eff7b54 100644
--- a/Include/pyport.h
+++ b/Include/pyport.h
@@ -3,10 +3,7 @@
#include "pyconfig.h" /* include for defines */
-/* Some versions of HP-UX & Solaris need inttypes.h for int32_t,
- INT32_MAX, etc. */
#include <inttypes.h>
-#include <stdint.h>
/**************************************************************************
Symbols and macros to supply platform-independent interfaces to basic