Kaydet (Commit) 81a6fe9b authored tarafından Roger E. Masse's avatar Roger E. Masse

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

üst 24c4b3d4
...@@ -37,8 +37,6 @@ PERFORMANCE OF THIS SOFTWARE. ...@@ -37,8 +37,6 @@ PERFORMANCE OF THIS SOFTWARE.
* Pull in the system error definitions * Pull in the system error definitions
*/ */
#include <errno.h>
static PyMethodDef errno_methods[] = { static PyMethodDef errno_methods[] = {
{NULL, NULL} {NULL, NULL}
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment