Commit 81a6fe9b authored by Roger E. Masse's avatar Roger E. Masse

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

parent 24c4b3d4
......@@ -37,8 +37,6 @@ PERFORMANCE OF THIS SOFTWARE.
* Pull in the system error definitions
*/
#include <errno.h>
static PyMethodDef errno_methods[] = {
{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