Removed a #inlclude <errno.h> since it's implied with "Python.h"

This commit is contained in:
Roger E. Masse 1996-12-13 23:29:09 +00:00
parent 24c4b3d4e8
commit 81a6fe9b98
1 changed files with 0 additions and 2 deletions

View File

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