Skip to content

Commit 85453d0

Browse files
committed
Remove unused include
1 parent 995c306 commit 85453d0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Include/internal/pycore_pystate.h

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

11-
#include "pycore_freelist_state.h" // _Py_freelists
12-
#include "pycore_runtime.h" // _PyRuntime
13-
#include "pycore_tstate.h" // _PyThreadStateImpl
14-
11+
#include "pycore_runtime.h" // _PyRuntime
12+
#include "pycore_tstate.h" // _PyThreadStateImpl
1513

1614
// Values for PyThreadState.state. A thread must be in the "attached" state
1715
// before calling most Python APIs. If the GIL is enabled, then "attached"

0 commit comments

Comments
 (0)