diff options
author | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-04-27 19:46:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-27 19:46:58 -0700 |
commit | 284b0228578b00ec5971d887303f38994992173a (patch) | |
tree | a87f22742634e2c02643a807b148964ed1b13d6d /include/asm.h | |
parent | aec7b25c1ad0ef646f1430bc8b68d3adb1106edd (diff) | |
parent | ddc846fa6a0d9a13cfba6f52488a66f6f4562a2d (diff) |
Merge pull request #248 from marijnvdwerf/clean/sort-includes
Sort includes
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 { |