summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-12-10 00:12:14 +0000
committerGuido van Rossum <guido@python.org>1996-12-10 00:12:14 +0000
commit09f99dfdba1c34ab90c72522830fd69c3ddface7 (patch)
treeea2ca426f8a2fc06008c7df1bfd96bded1483f27
parentb0dfe969d9047fa1e9b393ad9d9d91d397d28bc2 (diff)
downloadcpython-git-09f99dfdba1c34ab90c72522830fd69c3ddface7.tar.gz
Removed redundant inclusion of <errno.h> (sorry, Roj!).
-rw-r--r--Modules/cmathmodule.c2
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