From e61c5b096b00af5993ff032e52816a51a72d7589 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Thu, 21 Nov 2024 10:45:49 +0100 Subject: [PATCH] gh-112136: Remove unused #include "pycore_lock.h" 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 c661f1d82a84f6..614e9f93751834 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