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