From 0c5556fcb7315f26aa4b192e341cb2a72bb78f41 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Thu, 21 Nov 2024 13:50:11 +0100 Subject: [PATCH] gh-112136: Remove unused #include "pycore_lock.h" (#127093) pycore_modsupport.h no longer needs pycore_lock.h. --- Include/internal/pycore_modsupport.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Include/internal/pycore_modsupport.h b/Include/internal/pycore_modsupport.h index c661f1d82a8..614e9f93751 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