diff options
author | Jesus Cea <jcea@jcea.es> | 2011-04-20 22:38:26 +0200 |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2011-04-20 22:38:26 +0200 |
commit | 7365accc20a5dff590fe3d7af7ec01b7173a59ea (patch) | |
tree | 9775b22f3c50568a2f67567ea832f8f1a8caf6da /Objects/complexobject.c | |
parent | fc330aeb6f6968d1b843b47c8d7f36a708eb5b0c (diff) | |
parent | 2fc8b8749952144679b1f60ee8f9cfdd01d911a7 (diff) | |
download | cpython-git-7365accc20a5dff590fe3d7af7ec01b7173a59ea.tar.gz |
merge heads
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 */ |