diff options
Diffstat (limited to 'Python/index_pool.c')
-rw-r--r-- | Python/index_pool.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Python/index_pool.c b/Python/index_pool.c index 526eccf..007c81a 100644 --- a/Python/index_pool.c +++ b/Python/index_pool.c @@ -1,10 +1,10 @@ -#include <stdbool.h> - #include "Python.h" #include "pycore_index_pool.h" #include "pycore_lock.h" +#include <stdbool.h> + #ifdef Py_GIL_DISABLED static inline void |