diff options
Diffstat (limited to 'Include/Python.h')
-rw-r--r-- | Include/Python.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Include/Python.h b/Include/Python.h index 3ab9fe9..061d693 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -133,8 +133,4 @@ #include "fileutils.h" #include "pyfpe.h" -#ifdef Py_BUILD_CORE -#include "internal/_Python.h" -#endif - #endif /* !Py_PYTHON_H */ |