From: Roger E. Masse Date: Fri, 13 Dec 1996 23:29:09 +0000 (+0000) Subject: Removed a #inlclude since it's implied with "Python.h" X-Git-Tag: v1.5a1~745 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=81a6fe9b98e75aae585dcf3e7c50b99629accb7c;p=thirdparty%2FPython%2Fcpython.git Removed a #inlclude since it's implied with "Python.h" --- diff --git a/Modules/errnomodule.c b/Modules/errnomodule.c index b78369c8574c..aef671c1a8e8 100644 --- a/Modules/errnomodule.c +++ b/Modules/errnomodule.c @@ -37,8 +37,6 @@ PERFORMANCE OF THIS SOFTWARE. * Pull in the system error definitions */ -#include - static PyMethodDef errno_methods[] = { {NULL, NULL} };