diff options
Diffstat (limited to 'Include/Python.h')
-rw-r--r-- | Include/Python.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/Python.h b/Include/Python.h index aa805e7..d900978 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -73,9 +73,7 @@ #include "longintrepr.h" #include "boolobject.h" #include "floatobject.h" -#ifndef WITHOUT_COMPLEX #include "complexobject.h" -#endif #include "rangeobject.h" #include "memoryobject.h" #include "tupleobject.h" |