parser-inc: remove patchlevel.h include from Python.h

This commit is contained in:
rdb 2018-11-09 11:40:11 +01:00
parent 5ba09ec5a0
commit 0581e414a4

View File

@ -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