mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Remove unused stdint.h includes
This commit is contained in:
parent
11c4941b54
commit
1dcc38456f
2 changed files with 0 additions and 8 deletions
|
@ -37,10 +37,6 @@ extern "C" {
|
||||||
platform.
|
platform.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if HAVE_STDINT_H
|
|
||||||
#include <stdint.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if PYLONG_BITS_IN_DIGIT == 30
|
#if PYLONG_BITS_IN_DIGIT == 30
|
||||||
#if !(defined HAVE_UINT64_T && defined HAVE_UINT32_T && \
|
#if !(defined HAVE_UINT64_T && defined HAVE_UINT32_T && \
|
||||||
defined HAVE_INT64_T && defined HAVE_INT32_T)
|
defined HAVE_INT64_T && defined HAVE_INT32_T)
|
||||||
|
|
|
@ -3,10 +3,6 @@
|
||||||
|
|
||||||
#include "pyconfig.h" /* include for defines */
|
#include "pyconfig.h" /* include for defines */
|
||||||
|
|
||||||
#ifdef HAVE_STDINT_H
|
|
||||||
#include <stdint.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
Symbols and macros to supply platform-independent interfaces to mathematical
|
Symbols and macros to supply platform-independent interfaces to mathematical
|
||||||
functions and constants
|
functions and constants
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue