From 0581e414a42f5389de8a6f3f103c6011321ac48c Mon Sep 17 00:00:00 2001 From: rdb Date: Fri, 9 Nov 2018 11:40:11 +0100 Subject: [PATCH] parser-inc: remove patchlevel.h include from Python.h --- dtool/src/parser-inc/Python.h | 3 --- 1 file changed, 3 deletions(-) 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