mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Removed needless include of errno.h.
This commit is contained in:
parent
64c04d1df3
commit
040e033796
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue