aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Modules/_testcapi/watchers.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/_testcapi/watchers.c')
-rw-r--r--Modules/_testcapi/watchers.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Modules/_testcapi/watchers.c b/Modules/_testcapi/watchers.c
index f7440769b95..6a5136ef8c9 100644
--- a/Modules/_testcapi/watchers.c
+++ b/Modules/_testcapi/watchers.c
@@ -6,9 +6,9 @@
#include "clinic/watchers.c.h"
#define Py_BUILD_CORE
-#include "pycore_function.h" // FUNC_MAX_WATCHERS
-#include "pycore_code.h" // CODE_MAX_WATCHERS
-#include "pycore_context.h" // CONTEXT_MAX_WATCHERS
+#include "pycore_function.h" // FUNC_MAX_WATCHERS
+#include "pycore_interp_structs.h" // CODE_MAX_WATCHERS
+#include "pycore_context.h" // CONTEXT_MAX_WATCHERS
/*[clinic input]
module _testcapi