Skip to content

Commit fd15eb8

Browse files
committed
nit
1 parent f32f7a7 commit fd15eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_optimizer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ extern "C" {
1111
#include "pycore_typedefs.h" // _PyInterpreterFrame
1212
#include "pycore_uop_ids.h"
1313
#include "pycore_stackref.h" // _PyStackRef
14-
#include "pycore_tstate.h" // _PyUOpInstruction
14+
#include "pycore_uop.h" // _PyUOpInstruction
1515
#include <stdbool.h>
1616

1717

0 commit comments

Comments
 (0)