Move allobjects.h to front (needed by THINK C precompiled headers)
This commit is contained in:
parent
bfe14c5c92
commit
a5900aa549
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue