summaryrefslogtreecommitdiff
path: root/Include/pymath.h
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-06-28 22:40:48 +0000
committerMark Dickinson <dickinsm@gmail.com>2009-06-28 22:40:48 +0000
commite9eb7b6581bd0a9430a117efcfb1c65658fb4cd6 (patch)
tree0692c9d17cef4278fbe4d200550cda2ad9b3a312 /Include/pymath.h
parenteafaf4c0b5f97613b3eaf1872b4314edc11b74bf (diff)
downloadcpython-git-e9eb7b6581bd0a9430a117efcfb1c65658fb4cd6.tar.gz
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/pymath.h')
-rw-r--r--Include/pymath.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Include/pymath.h b/Include/pymath.h
index 816691abd9..dc2c427944 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