]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Move allobjects.h to front (needed by THINK C precompiled headers)
authorGuido van Rossum <guido@python.org>
Tue, 16 Apr 1991 08:42:06 +0000 (08:42 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 16 Apr 1991 08:42:06 +0000 (08:42 +0000)
Python/pythonmain.c

index 6602e2b3d2939346361c1f08ae4ab223a3c1c178..b0eedc799ab7e3e6f5e40f9ba5d44c76c835ec48 100644 (file)
@@ -24,10 +24,10 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 /* Python interpreter main program */
 
-#include "patchlevel.h"
-
 #include "allobjects.h"
 
+#include "patchlevel.h"
+
 #include "grammar.h"
 #include "node.h"
 #include "parsetok.h"