diff options
Diffstat (limited to 'sim/tic80/sim-main.h')
-rw-r--r-- | sim/tic80/sim-main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/tic80/sim-main.h b/sim/tic80/sim-main.h index fc78cb3..1992f29 100644 --- a/sim/tic80/sim-main.h +++ b/sim/tic80/sim-main.h @@ -38,8 +38,8 @@ static const sim_cia null_cia = {0}; /* Dummy */ #include "sim-base.h" -#include "cpu.h" #include "alu.h" +#include "cpu.h" struct sim_state { |