]> granicus.if.org Git - python/commitdiff
Removed a #inlclude <errno.h> since it's implied with "Python.h"
authorRoger E. Masse <rmasse@newcnri.cnri.reston.va.us>
Fri, 13 Dec 1996 23:29:09 +0000 (23:29 +0000)
committerRoger E. Masse <rmasse@newcnri.cnri.reston.va.us>
Fri, 13 Dec 1996 23:29:09 +0000 (23:29 +0000)
Modules/errnomodule.c

index b78369c8574c676c6c4c5c77d63db4812165753f..aef671c1a8e8b16f6f8f331d4b4f5e971e1fe68e 100644 (file)
@@ -37,8 +37,6 @@ PERFORMANCE OF THIS SOFTWARE.
  * Pull in the system error definitions
  */ 
 
-#include <errno.h>
-
 static PyMethodDef errno_methods[] = {
   {NULL,       NULL}
 };