]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Don't depend on patchlevel.h.
authorGuido van Rossum <guido@python.org>
Tue, 14 Jan 1992 18:40:47 +0000 (18:40 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 14 Jan 1992 18:40:47 +0000 (18:40 +0000)
Python/pythonmain.c

index 0f8ff02390360a022ea7651b0323f7428a3fbaf7..ccf5bcd4c15fd08e593331db3edae07bf0e71319 100644 (file)
@@ -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"