From: Mark Dickinson Date: Sun, 28 Jun 2009 22:40:48 +0000 (+0000) Subject: Merged revisions 73660 via svnmerge from X-Git-Tag: v3.2a1~2947 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e9eb7b6581bd0a9430a117efcfb1c65658fb4cd6;p=thirdparty%2FPython%2Fcpython.git Merged revisions 73660 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r73660 | mark.dickinson | 2009-06-28 23:37:13 +0100 (Sun, 28 Jun 2009) | 1 line Remove unused stdint.h includes ........ --- diff --git a/Include/longintrepr.h b/Include/longintrepr.h index dd0933a9ca62..7765172be98c 100644 --- a/Include/longintrepr.h +++ b/Include/longintrepr.h @@ -40,10 +40,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 816691abd967..dc2c42794475 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