]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-112136: Remove unused #include "pycore_lock.h" (#127093)
authorVictor Stinner <vstinner@python.org>
Thu, 21 Nov 2024 12:50:11 +0000 (13:50 +0100)
committerGitHub <noreply@github.com>
Thu, 21 Nov 2024 12:50:11 +0000 (13:50 +0100)
pycore_modsupport.h no longer needs pycore_lock.h.

Include/internal/pycore_modsupport.h

index c661f1d82a84f64e3a639d67be90155b6557a0b0..614e9f93751834253f636f958ff0f93a940ae84f 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef Py_INTERNAL_MODSUPPORT_H
 #define Py_INTERNAL_MODSUPPORT_H
 
-#include "pycore_lock.h"    // _PyOnceFlag
-
 #ifdef __cplusplus
 extern "C" {
 #endif