Skip to content
Prev Previous commit
Next Next commit
remove unused #include
  • Loading branch information
iritkatriel committed Jul 14, 2023
commit ca88100fedbd429fbffe28a2fee576df891134c6
1 change: 0 additions & 1 deletion Modules/_opcode.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include "compile.h"
#include "opcode.h"
#include "internal/pycore_code.h"
#include "internal/pycore_opcode_metadata.h"

/*[clinic input]
module _opcode
Expand Down