From: Guido van Rossum Date: Tue, 14 Jan 1992 18:40:47 +0000 (+0000) Subject: Don't depend on patchlevel.h. X-Git-Tag: v0.9.8~590 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc59e94899289753ac15f6e838ceaabe53806a45;p=thirdparty%2FPython%2Fcpython.git Don't depend on patchlevel.h. --- diff --git a/Python/pythonmain.c b/Python/pythonmain.c index 0f8ff0239036..ccf5bcd4c15f 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"