Browse Source

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

rdb 7 years ago
parent
commit
0581e414a4
1 changed files with 0 additions and 3 deletions
  1. 0 3
      dtool/src/parser-inc/Python.h

+ 0 - 3
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