diff options
author | Jesus Cea <jcea@jcea.es> | 2011-04-20 22:26:57 +0200 |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2011-04-20 22:26:57 +0200 |
commit | 2fc8b8749952144679b1f60ee8f9cfdd01d911a7 (patch) | |
tree | 854562cab8fa60edb13aa3709bade0be73a39944 /Objects/complexobject.c | |
parent | c3ab577f347b290e1af37e5bd7748e8d3f5c2589 (diff) | |
download | cpython-git-2fc8b8749952144679b1f60ee8f9cfdd01d911a7.tar.gz |
Port 5b607cd8c71b (closes #11892)
Diffstat (limited to 'Objects/complexobject.c')
-rw-r--r-- | Objects/complexobject.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Objects/complexobject.c b/Objects/complexobject.c index 300398e406..4948a21fb0 100644 --- a/Objects/complexobject.c +++ b/Objects/complexobject.c @@ -8,10 +8,6 @@ #include "Python.h" #include "structmember.h" -#ifdef HAVE_IEEEFP_H -#include <ieeefp.h> -#endif - #ifndef WITHOUT_COMPLEX /* elementary operations on complex numbers */ |