From: Victor Stinner Date: Thu, 21 Nov 2024 12:50:11 +0000 (+0100) Subject: gh-112136: Remove unused #include "pycore_lock.h" (#127093) X-Git-Tag: v3.14.0a3~267 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c5556fcb7315f26aa4b192e341cb2a72bb78f41;p=thirdparty%2FPython%2Fcpython.git gh-112136: Remove unused #include "pycore_lock.h" (#127093) pycore_modsupport.h no longer needs pycore_lock.h. --- diff --git a/Include/internal/pycore_modsupport.h b/Include/internal/pycore_modsupport.h index c661f1d82a84..614e9f937518 100644 --- a/Include/internal/pycore_modsupport.h +++ b/Include/internal/pycore_modsupport.h @@ -1,8 +1,6 @@ #ifndef Py_INTERNAL_MODSUPPORT_H #define Py_INTERNAL_MODSUPPORT_H -#include "pycore_lock.h" // _PyOnceFlag - #ifdef __cplusplus extern "C" { #endif