summaryrefslogtreecommitdiffstats
path: root/Include/longintrepr.h
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-06-28 22:40:48 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-06-28 22:40:48 (GMT)
commite9eb7b6581bd0a9430a117efcfb1c65658fb4cd6 (patch)
tree0692c9d17cef4278fbe4d200550cda2ad9b3a312 /Include/longintrepr.h
parenteafaf4c0b5f97613b3eaf1872b4314edc11b74bf (diff)
downloadcpython-e9eb7b6581bd0a9430a117efcfb1c65658fb4cd6.zip
cpython-e9eb7b6581bd0a9430a117efcfb1c65658fb4cd6.tar.gz
cpython-e9eb7b6581bd0a9430a117efcfb1c65658fb4cd6.tar.bz2
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 ........
Diffstat (limited to 'Include/longintrepr.h')
-rw-r--r--Include/longintrepr.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Include/longintrepr.h b/Include/longintrepr.h
index dd0933a..7765172 100644
--- a/Include/longintrepr.h
+++ b/Include/longintrepr.h
@@ -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)