diff options
Diffstat (limited to 'Python/context.c')
-rw-r--r-- | Python/context.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Python/context.c b/Python/context.c index 7344e96..b1f67b5 100644 --- a/Python/context.c +++ b/Python/context.c @@ -1,9 +1,9 @@ #include "Python.h" #include "structmember.h" -#include "internal/pystate.h" -#include "internal/context.h" -#include "internal/hamt.h" +#include "pycore_state.h" +#include "pycore_context.h" +#include "pycore_hamt.h" #define CONTEXT_FREELIST_MAXLEN 255 |