mirror of https://github.com/python/cpython
Remove unused stdint.h includes
This commit is contained in:
parent
11c4941b54
commit
1dcc38456f
|
@ -37,10 +37,6 @@ extern "C" {
|
|||
platform.
|
||||
*/
|
||||
|
||||
#if HAVE_STDINT_H
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
#if PYLONG_BITS_IN_DIGIT == 30
|
||||
#if !(defined HAVE_UINT64_T && defined HAVE_UINT32_T && \
|
||||
defined HAVE_INT64_T && defined HAVE_INT32_T)
|
||||
|
|
|
@ -3,10 +3,6 @@
|
|||
|
||||
#include "pyconfig.h" /* include for defines */
|
||||
|
||||
#ifdef HAVE_STDINT_H
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
/**************************************************************************
|
||||
Symbols and macros to supply platform-independent interfaces to mathematical
|
||||
functions and constants
|
||||
|
|
Loading…
Reference in New Issue