diff options
Diffstat (limited to 'Objects/complexobject.c')
-rw-r--r-- | Objects/complexobject.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/complexobject.c b/Objects/complexobject.c index eaccfab..e8916d5 100644 --- a/Objects/complexobject.c +++ b/Objects/complexobject.c @@ -17,7 +17,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. #ifndef WITHOUT_COMPLEX #include "Python.h" -#include "mymath.h" #ifdef HAVE_LIMITS_H #include <limits.h> |