Kaydet (Commit) 040e0337 authored tarafından Tim Peters's avatar Tim Peters

Removed needless include of errno.h.

üst 64c04d1d
......@@ -10,10 +10,6 @@ PyDoc_STRVAR(cPickle_module_documentation,
#define Py_eval_input eval_input
#endif /* Py_eval_input */
#include <errno.h>
#define DEL_LIST_SLICE(list, from, to) (PyList_SetSlice(list, from, to, NULL))
#define WRITE_BUF_SIZE 256
......
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