diff options
| -rw-r--r-- | Modules/cPickle.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/cPickle.c b/Modules/cPickle.c index 9cfcaea..e726667 100644 --- a/Modules/cPickle.c +++ b/Modules/cPickle.c @@ -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 |
