diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-06-28 22:40:48 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-06-28 22:40:48 (GMT) |
commit | e9eb7b6581bd0a9430a117efcfb1c65658fb4cd6 (patch) | |
tree | 0692c9d17cef4278fbe4d200550cda2ad9b3a312 /Include/pymath.h | |
parent | eafaf4c0b5f97613b3eaf1872b4314edc11b74bf (diff) | |
download | cpython-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/pymath.h')
-rw-r--r-- | Include/pymath.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Include/pymath.h b/Include/pymath.h index 816691a..dc2c427 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 |