mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
Remove duplicate includes: Python/{bytecodes,ceval,optimizer_analysis}.c (#132622)
This commit is contained in:
parent
5529213d4e
commit
f21e42d906
3 changed files with 1 additions and 6 deletions
|
@ -19,14 +19,11 @@
|
|||
#include "pycore_opcode_utils.h"
|
||||
#include "pycore_pystate.h" // _PyInterpreterState_GET()
|
||||
#include "pycore_uop_metadata.h"
|
||||
#include "pycore_dict.h"
|
||||
#include "pycore_long.h"
|
||||
#include "pycore_interpframe.h" // _PyFrame_GetCode
|
||||
#include "pycore_optimizer.h"
|
||||
#include "pycore_object.h"
|
||||
#include "pycore_dict.h"
|
||||
#include "pycore_function.h"
|
||||
#include "pycore_uop_metadata.h"
|
||||
#include "pycore_uop_ids.h"
|
||||
#include "pycore_range.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue