From fd5b50871810e8228d6596d7681beb883d9ecebd Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Tue, 18 Oct 2022 19:47:33 -0500 Subject: [PATCH] Remove spurious include directive --- Objects/listobject.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Objects/listobject.c b/Objects/listobject.c index 8516871b63e650..2cb3de9f147cc7 100644 --- a/Objects/listobject.c +++ b/Objects/listobject.c @@ -7,7 +7,6 @@ #include "pycore_object.h" // _PyObject_GC_TRACK() #include "pycore_tuple.h" // _PyTuple_FromArray() #include -#include /*[clinic input] class list "PyListObject *" "&PyList_Type"