Tweaking include order to avoid b0, b1, etc. macro clash, bump version.

This commit is contained in:
Brad Nelson
2023-01-14 23:14:01 -08:00
parent 75d9185027
commit d78953151a
6 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,6 @@
#include "common/tier1_opcodes.h"
#include "common/tier2_opcodes.h"
#include "common/floats.h"
#include "common/calling.h"
#include "common/calls.h"
#define HEAP_SIZE (10 * 1024 * 1024)
@ -35,6 +34,7 @@
#include "common/bits.h"
#include "common/core.h"
#include "posix/faults.h"
#include "common/calling.h"
#include "common/interp.h"
#include "gen/posix_boot.h"