]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Removed redundant inclusion of <errno.h> (sorry, Roj!).
authorGuido van Rossum <guido@python.org>
Tue, 10 Dec 1996 00:12:14 +0000 (00:12 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 10 Dec 1996 00:12:14 +0000 (00:12 +0000)
Modules/cmathmodule.c

index 94d6ce8d326c7d6500947586e6800e1f35ff9044..7e9de1fd5b490250bb1f7b0595d612e17dc1d930 100644 (file)
@@ -4,8 +4,6 @@
 
 #include "Python.h"
 
-#include <errno.h>
-
 #include "mymath.h"
 
 #ifdef i860