summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-06-28 22:37:13 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-06-28 22:37:13 (GMT)
commit1dcc38456f9da6fd3434a3deb6e2ae50df1bd775 (patch)
tree7ca83da43917ba8fc52df735b70acb0d1984f8d4 /Include
parent11c4941b5416fcf396d590c3f264a07715c1e943 (diff)
downloadcpython-1dcc38456f9da6fd3434a3deb6e2ae50df1bd775.zip
cpython-1dcc38456f9da6fd3434a3deb6e2ae50df1bd775.tar.gz
cpython-1dcc38456f9da6fd3434a3deb6e2ae50df1bd775.tar.bz2
Remove unused stdint.h includes
Diffstat (limited to 'Include')
-rw-r--r--Include/longintrepr.h4
-rw-r--r--Include/pymath.h4
2 files changed, 0 insertions, 8 deletions
diff --git a/Include/longintrepr.h b/Include/longintrepr.h
index d6d7ecd..d4fcc7e 100644
--- a/Include/longintrepr.h
+++ b/Include/longintrepr.h
@@ -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)
diff --git a/Include/pymath.h b/Include/pymath.h
index 2cb2a23..7623efa 100644
--- a/Include/pymath.h
+++ b/Include/pymath.h
@@ -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