Skip to content

Commit

Permalink
pythongh-112136: Remove unused #include "pycore_lock.h"
Browse files Browse the repository at this point in the history
pycore_modsupport.h no longer needs pycore_lock.h.
  • Loading branch information
vstinner committed Nov 21, 2024
1 parent ff2278e commit e61c5b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Include/internal/pycore_modsupport.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#ifndef Py_INTERNAL_MODSUPPORT_H
#define Py_INTERNAL_MODSUPPORT_H

#include "pycore_lock.h" // _PyOnceFlag

#ifdef __cplusplus
extern "C" {
#endif
Expand Down

0 comments on commit e61c5b0

Please sign in to comment.