diff options
author | Guido van Rossum <guido@python.org> | 1996-12-10 00:12:14 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-12-10 00:12:14 (GMT) |
commit | 09f99dfdba1c34ab90c72522830fd69c3ddface7 (patch) | |
tree | ea2ca426f8a2fc06008c7df1bfd96bded1483f27 /Modules/cmathmodule.c | |
parent | b0dfe969d9047fa1e9b393ad9d9d91d397d28bc2 (diff) | |
download | cpython-09f99dfdba1c34ab90c72522830fd69c3ddface7.zip cpython-09f99dfdba1c34ab90c72522830fd69c3ddface7.tar.gz cpython-09f99dfdba1c34ab90c72522830fd69c3ddface7.tar.bz2 |
Removed redundant inclusion of <errno.h> (sorry, Roj!).
Diffstat (limited to 'Modules/cmathmodule.c')
-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 |