]> granicus.if.org Git - python/commitdiff
Merged revisions 73660 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Sun, 28 Jun 2009 22:40:48 +0000 (22:40 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 28 Jun 2009 22:40:48 +0000 (22:40 +0000)
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
........

Include/longintrepr.h
Include/pymath.h

index dd0933a9ca623c544a47284253c0280447485957..7765172be98c29caec17817db2a5e26f3bad24b0 100644 (file)
@@ -40,10 +40,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)
index 816691abd9677693e6a4db95913c7ed5cba00078..dc2c42794475d46c6ba8979d1ada7a8bb8c0c44e 100644 (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