Skip to content

Commit fd5b508

Browse files
committed
Remove spurious include directive
1 parent 5e38c09 commit fd5b508

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Objects/listobject.c

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#include "pycore_object.h" // _PyObject_GC_TRACK()
88
#include "pycore_tuple.h" // _PyTuple_FromArray()
99
#include <stddef.h>
10-
#include <stdio.h>
1110

1211
/*[clinic input]
1312
class list "PyListObject *" "&PyList_Type"

0 commit comments

Comments
 (0)