`pycore_optimizer.h` was included redundantly in
Objects/frameobject.c and Python/instrumentation.c.
Both includes are unnecessary and can be safely removed.
No functional change.
Signed-off-by: Yongtao Huang <yongtaoh2022@gmail.com>
#include "frameobject.h" // PyFrameLocalsProxyObject
#include "opcode.h" // EXTENDED_ARG
-#include "pycore_optimizer.h"
#include "clinic/frameobject.c.h"
#include "pycore_tuple.h" // _PyTuple_FromArraySteal()
#include "opcode_ids.h"
-#include "pycore_optimizer.h"
/* Uncomment this to dump debugging output when assertions fail */