Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 81a6fe9

Browse files
author
Roger E. Masse
committed
Removed a #inlclude <errno.h> since it's implied with "Python.h"
1 parent 24c4b3d commit 81a6fe9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Modules/errnomodule.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ PERFORMANCE OF THIS SOFTWARE.
3737
* Pull in the system error definitions
3838
*/
3939

40-
#include <errno.h>
41-
4240
static PyMethodDef errno_methods[] = {
4341
{NULL, NULL}
4442
};

0 commit comments

Comments
 (0)