Move allobjects.h to front (needed by THINK C precompiled headers)

This commit is contained in:
Guido van Rossum 1991-04-16 08:42:06 +00:00
parent bfe14c5c92
commit a5900aa549
1 changed files with 2 additions and 2 deletions

View 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"