diff options
author | Guido van Rossum <guido@python.org> | 1996-12-10 00:12:14 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-12-10 00:12:14 +0000 |
commit | 09f99dfdba1c34ab90c72522830fd69c3ddface7 (patch) | |
tree | ea2ca426f8a2fc06008c7df1bfd96bded1483f27 | |
parent | b0dfe969d9047fa1e9b393ad9d9d91d397d28bc2 (diff) | |
download | cpython-git-09f99dfdba1c34ab90c72522830fd69c3ddface7.tar.gz |
Removed redundant inclusion of <errno.h> (sorry, Roj!).
-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 94d6ce8d32..7e9de1fd5b 100644 --- a/Modules/cmathmodule.c +++ b/Modules/cmathmodule.c @@ -4,8 +4,6 @@ #include "Python.h" -#include <errno.h> - #include "mymath.h" #ifdef i860 |