diff options
-rw-r--r-- | Python/pythonmain.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/pythonmain.c b/Python/pythonmain.c index 0f8ff02..ccf5bcd 100644 --- a/Python/pythonmain.c +++ b/Python/pythonmain.c @@ -26,8 +26,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "allobjects.h" -#include "patchlevel.h" - #include "grammar.h" #include "node.h" #include "parsetok.h" |