8000 Remove vestigial include · python/cpython@37c511a · GitHub
[go: up one dir, main page]

Skip to content

Commit 37c511a

Browse files
committed
Remove vestigial include
1 parent dc1f651 commit 37c511a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Objects/typeobject.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#include "pycore_abstract.h" // _PySequence_IterSearch()
55
#include "pycore_call.h" // _PyObject_VectorcallTstate()
66
#include "pycore_code.h" // CO_FAST_FREE
7-
#include "pycore_critical_section.h"
87
#include "pycore_dict.h" // _PyDict_KeysSize()
98
#include "pycore_frame.h" // _PyInterpreterFrame
109
#include "pycore_lock.h" // _PySeqLock_*

0 commit comments

Comments
 (0)
0