Skip to content

Commit 88bd3ed

Browse files
committed
only include inttypes.h (python#17884)
1 parent 121b948 commit 88bd3ed

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Include/pyport.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33

44
#include "pyconfig.h" /* include for defines */
55

6-
/* Some versions of HP-UX & Solaris need inttypes.h for int32_t,
7-
INT32_MAX, etc. */
86
#include <inttypes.h>
9-
#include <stdint.h>
107

118
/**************************************************************************
129
Symbols and macros to supply platform-independent interfaces to basic

0 commit comments

Comments
 (0)