From 4f98f465f14e7258c5b18a62c5aa114dbe1174d8 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 15 Apr 2020 04:01:58 +0200 Subject: bpo-40268: Remove unused imports in pylifecycle.c (GH-19533) Remove unused imports in files: * initconfig.c * main.c * preconfig.h * pylifecycle.c * python.c * pythonrun.c --- Programs/python.c | 1 - 1 file changed, 1 deletion(-) (limited to 'Programs/python.c') diff --git a/Programs/python.c b/Programs/python.c index 1cc3c42cfc..84148f7767 100644 --- a/Programs/python.c +++ b/Programs/python.c @@ -1,7 +1,6 @@ /* Minimal main program -- everything is loaded from the library */ #include "Python.h" -#include "pycore_pylifecycle.h" #ifdef MS_WINDOWS int -- cgit v1.2.1