diff options
-rw-r--r-- | Modules/cmathmodule.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/cmathmodule.c b/Modules/cmathmodule.c index 94d6ce8..7e9de1f 100644 --- a/Modules/cmathmodule.c +++ b/Modules/cmathmodule.c @@ -4,8 +4,6 @@ #include "Python.h" -#include <errno.h> - #include "mymath.h" #ifdef i860 |