diff options
Diffstat (limited to 'include/asm.h')
-rw-r--r-- | include/asm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm.h b/include/asm.h index 0b0fc3006..fe1b3139f 100644 --- a/include/asm.h +++ b/include/asm.h @@ -1,10 +1,10 @@ #ifndef PROJECT_ASM_H #define PROJECT_ASM_H -#include "task.h" +#include "asm_fieldmap.h" #include "main.h" #include "sprite.h" -#include "asm_fieldmap.h" +#include "task.h" struct FieldInput { |