From: Mark Dickinson Date: Sun, 28 Jun 2009 22:37:13 +0000 (+0000) Subject: Remove unused stdint.h includes X-Git-Tag: v2.7a1~886 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dcc38456f9da6fd3434a3deb6e2ae50df1bd775;p=thirdparty%2FPython%2Fcpython.git Remove unused stdint.h includes --- diff --git a/Include/longintrepr.h b/Include/longintrepr.h index d6d7ecdf2d82..d4fcc7e62294 100644 --- a/Include/longintrepr.h +++ b/Include/longintrepr.h @@ -37,10 +37,6 @@ extern "C" { platform. */ -#if HAVE_STDINT_H -#include -#endif - #if PYLONG_BITS_IN_DIGIT == 30 #if !(defined HAVE_UINT64_T && defined HAVE_UINT32_T && \ defined HAVE_INT64_T && defined HAVE_INT32_T) diff --git a/Include/pymath.h b/Include/pymath.h index 2cb2a23cf730..7623efabe7c7 100644 --- a/Include/pymath.h +++ b/Include/pymath.h @@ -3,10 +3,6 @@ #include "pyconfig.h" /* include for defines */ -#ifdef HAVE_STDINT_H -#include -#endif - /************************************************************************** Symbols and macros to supply platform-independent interfaces to mathematical functions and constants