From: Benjamin Peterson Date: Tue, 6 Sep 2016 20:05:58 +0000 (-0700) Subject: only include inttypes.h (#17884) X-Git-Tag: v3.6.0b1~413 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88bd3edb3e533ca426d633b97fad91d82aeb2b34;p=thirdparty%2FPython%2Fcpython.git only include inttypes.h (#17884) --- diff --git a/Include/pyport.h b/Include/pyport.h index d995f3fbd650..eff7b54e5f51 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 -#include /************************************************************************** Symbols and macros to supply platform-independent interfaces to basic