Skip to content

Commit

Permalink
parser-inc: remove patchlevel.h include from Python.h
Browse files Browse the repository at this point in the history
  • Loading branch information
rdb committed Nov 9, 2018
1 parent 5ba09ec commit 0581e41
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dtool/src/parser-inc/Python.h
Expand Up @@ -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

0 comments on commit 0581e41

Please sign in to comment.