]> granicus.if.org Git - python/commitdiff
Remove unused stdint.h includes
authorMark Dickinson <dickinsm@gmail.com>
Sun, 28 Jun 2009 22:37:13 +0000 (22:37 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 28 Jun 2009 22:37:13 +0000 (22:37 +0000)
Include/longintrepr.h
Include/pymath.h

index d6d7ecdf2d82ef01c371b9bba3c1c84a5eecdf81..d4fcc7e6229453461b789097fe39c2e4703d4768 100644 (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)
index 2cb2a23cf73070df795f22ff6d38751476726399..7623efabe7c795ea88b26d109ab88107fb582337 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