diff --git a/dtool/src/parser-inc/Python.h b/dtool/src/parser-inc/Python.h index 5f1a98a825..5fa71246a5 100644 --- a/dtool/src/parser-inc/Python.h +++ b/dtool/src/parser-inc/Python.h @@ -47,9 +47,6 @@ PyObject _Py_FalseStruct; #define Py_False ((PyObject *) &_Py_FalseStruct) #endif -// This file defines PY_VERSION_HEX, which is used in some places. -#include "patchlevel.h" - typedef void *visitproc; #endif // PYTHON_H