From ddc846fa6a0d9a13cfba6f52488a66f6f4562a2d Mon Sep 17 00:00:00 2001 From: Marijn van der Werf Date: Thu, 27 Apr 2017 15:43:31 +0200 Subject: Sort includes --- include/asm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/asm.h') 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 { -- cgit v1.2.3