commit | 09f99dfdba1c34ab90c72522830fd69c3ddface7 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Dec 10 00:12:14 1996 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Dec 10 00:12:14 1996 +0000 |
tree | ea2ca426f8a2fc06008c7df1bfd96bded1483f27 | |
parent | b0dfe969d9047fa1e9b393ad9d9d91d397d28bc2 [diff] |
Removed redundant inclusion of <errno.h> (sorry, Roj!).
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