From 05351c1bd8b70d1878527762174cdaaba3572395 Mon Sep 17 00:00:00 2001 From: Eric Snow Date: Tue, 5 Sep 2017 21:43:08 -0700 Subject: Revert "bpo-30860: Consolidate stateful runtime globals." (#3379) Windows buildbots started failing due to include-related errors. --- Include/Python.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Include/Python.h') diff --git a/Include/Python.h b/Include/Python.h index 3ab9fe914e..061d693f34 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 */ -- cgit v1.2.1