Skip to content

Commit 471832b

Browse files
committed
nit
1 parent fd15eb8 commit 471832b

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
@@ -9,9 +9,9 @@ extern "C" {
99
#endif
1010

1111
#include "pycore_typedefs.h" // _PyInterpreterFrame
12+
#include "pycore_uop.h" // _PyUOpInstruction
1213
#include "pycore_uop_ids.h"
1314
#include "pycore_stackref.h" // _PyStackRef
14-
#include "pycore_uop.h" // _PyUOpInstruction
1515
#include <stdbool.h>
1616

1717

0 commit comments

Comments
 (0)