Skip to content

Commit

Permalink
Remove spurious include directive
Browse files Browse the repository at this point in the history
  • Loading branch information
rhettinger committed Oct 19, 2022
1 parent 5e38c09 commit fd5b508
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Objects/listobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "pycore_object.h" // _PyObject_GC_TRACK()
#include "pycore_tuple.h" // _PyTuple_FromArray()
#include <stddef.h>
#include <stdio.h>

/*[clinic input]
class list "PyListObject *" "&PyList_Type"
Expand Down

0 comments on commit fd5b508

Please sign in to comment.