Commit 1dcc3845 authored by Mark Dickinson's avatar Mark Dickinson

Remove unused stdint.h includes

parent 11c4941b
...@@ -37,10 +37,6 @@ extern "C" { ...@@ -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 @@ ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment