diff options
Diffstat (limited to 'Include/internal/pycore_call.h')
-rw-r--r-- | Include/internal/pycore_call.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/internal/pycore_call.h b/Include/internal/pycore_call.h index c92028a..49f5c33 100644 --- a/Include/internal/pycore_call.h +++ b/Include/internal/pycore_call.h @@ -8,7 +8,6 @@ extern "C" { # error "this header requires Py_BUILD_CORE define" #endif -#include "pycore_identifier.h" // _Py_Identifier #include "pycore_pystate.h" // _PyThreadState_GET() /* Suggested size (number of positional arguments) for arrays of PyObject* |