]> granicus.if.org Git - python/commitdiff
only include inttypes.h (#17884)
authorBenjamin Peterson <benjamin@python.org>
Tue, 6 Sep 2016 20:05:58 +0000 (13:05 -0700)
committerBenjamin Peterson <benjamin@python.org>
Tue, 6 Sep 2016 20:05:58 +0000 (13:05 -0700)
Include/pyport.h

index d995f3fbd650a9450b19ed66b07b36d1d0461de4..eff7b54e5f51bbd669e8473843c9c0c2ded65f2b 100644 (file)
@@ -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