Skip to content

Commit 0c5556f

Browse files
authored
gh-112136: Remove unused #include "pycore_lock.h" (#127093)
pycore_modsupport.h no longer needs pycore_lock.h.
1 parent 4803cd0 commit 0c5556f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Include/internal/pycore_modsupport.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#ifndef Py_INTERNAL_MODSUPPORT_H
22
#define Py_INTERNAL_MODSUPPORT_H
33

4-
#include "pycore_lock.h" // _PyOnceFlag
5-
64
#ifdef __cplusplus
75
extern "C" {
86
#endif

0 commit comments

Comments
 (0)