Remove unused stdint.h includes

This commit is contained in:
Mark Dickinson 2009-06-28 22:37:13 +00:00
parent 11c4941b54
commit 1dcc38456f
2 changed files with 0 additions and 8 deletions

View File

@ -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)

View File

@ -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