From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Tue, 6 May 2025 01:08:42 +0000 (+0100) Subject: Remove duplicate includes: Include/internal/ (#132624) X-Git-Tag: v3.14.0b1~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=529012e26fc43d9b101b034d372b443a24bdf2af;p=thirdparty%2FPython%2Fcpython.git Remove duplicate includes: Include/internal/ (#132624) --- diff --git a/Include/internal/pycore_code.h b/Include/internal/pycore_code.h index e1fd483d4a1b..4ffa0386115d 100644 --- a/Include/internal/pycore_code.h +++ b/Include/internal/pycore_code.h @@ -434,8 +434,6 @@ write_location_entry_start(uint8_t *ptr, int code, int length) * On a specialization failure, the backoff counter is restarted. */ -#include "pycore_backoff.h" - // A value of 1 means that we attempt to specialize the *second* time each // instruction is executed. Executing twice is a much better indicator of // "hotness" than executing once, but additional warmup delays only prevent diff --git a/Include/internal/pycore_runtime_init.h b/Include/internal/pycore_runtime_init.h index 2b2e439681f4..4200d91a2fcd 100644 --- a/Include/internal/pycore_runtime_init.h +++ b/Include/internal/pycore_runtime_init.h @@ -233,8 +233,6 @@ extern PyTypeObject _PyExc_MemoryError; ._data = (LITERAL), \ } -#include "pycore_runtime_init_generated.h" - #ifdef __cplusplus } #endif