mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +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
|
@ -18,7 +18,7 @@
|
|||
#include "pycore_instruments.h"
|
||||
#include "pycore_interpolation.h" // _PyInterpolation_Build()
|
||||
#include "pycore_intrinsics.h"
|
||||
#include "pycore_long.h" // _PyLong_GetZero()
|
||||
#include "pycore_long.h" // _PyLong_ExactDealloc(), _PyLong_GetZero()
|
||||
#include "pycore_moduleobject.h" // PyModuleObject
|
||||
#include "pycore_object.h" // _PyObject_GC_TRACK()
|
||||
#include "pycore_opcode_metadata.h" // uop names
|
||||
|
@ -27,7 +27,6 @@
|
|||
#include "pycore_pyerrors.h" // _PyErr_GetRaisedException()
|
||||
#include "pycore_pystate.h" // _PyInterpreterState_GET()
|
||||
#include "pycore_range.h" // _PyRangeIterObject
|
||||
#include "pycore_long.h" // _PyLong_ExactDealloc()
|
||||
#include "pycore_setobject.h" // _PySet_NextEntry()
|
||||
#include "pycore_sliceobject.h" // _PyBuildSlice_ConsumeRefs
|
||||
#include "pycore_stackref.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue