Skip to content

Commit e7cbb44

Browse files
committed
Revert "pythongh-124022: add missing #include (python#124052)"
This reverts commit fe49e8f.
1 parent b1d6f8a commit e7cbb44

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Include/internal/pycore_compile.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ extern "C" {
88
# error "this header requires Py_BUILD_CORE define"
99
#endif
1010

11-
#include <stdbool.h>
12-
1311
#include "pycore_ast.h" // mod_ty
1412
#include "pycore_symtable.h" // _Py_SourceLocation
1513
#include "pycore_instruction_sequence.h"

0 commit comments

Comments
 (0)