Skip to content

Commit 529012e

Browse files
authored
Remove duplicate includes: Include/internal/ (#132624)
1 parent c273f59 commit 529012e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Include/internal/pycore_code.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,6 @@ write_location_entry_start(uint8_t *ptr, int code, int length)
434434
* On a specialization failure, the backoff counter is restarted.
435435
*/
436436

437-
#include "pycore_backoff.h"
438-
439437
// A value of 1 means that we attempt to specialize the *second* time each
440438
// instruction is executed. Executing twice is a much better indicator of
441439
// "hotness" than executing once, but additional warmup delays only prevent

Include/internal/pycore_runtime_init.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,6 @@ extern PyTypeObject _PyExc_MemoryError;
233233
._data = (LITERAL), \
234234
}
235235

236-
#include "pycore_runtime_init_generated.h"
237-
238236
#ifdef __cplusplus
239237
}
240238
#endif

0 commit comments

Comments
 (0)