Removed needless include of errno.h.

This commit is contained in:
Tim Peters 2003-02-01 06:30:12 +00:00
parent 64c04d1df3
commit 040e033796
1 changed files with 0 additions and 4 deletions

View File

@ -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