diff options
Diffstat (limited to 'Modules/errnomodule.c')
-rw-r--r-- | Modules/errnomodule.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/errnomodule.c b/Modules/errnomodule.c index b78369c..aef671c 100644 --- a/Modules/errnomodule.c +++ b/Modules/errnomodule.c @@ -37,8 +37,6 @@ PERFORMANCE OF THIS SOFTWARE. * Pull in the system error definitions */ -#include <errno.h> - static PyMethodDef errno_methods[] = { {NULL, NULL} }; |