diff options
author | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2017-01-17 14:13:04 +0100 |
---|---|---|
committer | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2017-01-17 15:00:04 +0100 |
commit | c9722602cb47eb5b6ecbccddf13df5f286a8ef7b (patch) | |
tree | f88f9a53cf98c06890cd9e561dc9d1f851393220 /src/link.c | |
parent | 648c6c7093f5173694562929f615380f297ad306 (diff) |
Sort includes
Diffstat (limited to 'src/link.c')
-rw-r--r-- | src/link.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/link.c b/src/link.c index 7b4625bfd..2b463f6b4 100644 --- a/src/link.c +++ b/src/link.c @@ -1,17 +1,17 @@ #include "global.h" #include "link.h" #include "asm.h" +#include "battle.h" #include "main.h" -#include "task.h" -#include "text.h" -#include "sprite.h" -#include "songs.h" +#include "menu.h" #include "palette.h" #include "rng.h" -#include "menu.h" -#include "sound.h" #include "save.h" -#include "battle.h" +#include "songs.h" +#include "sound.h" +#include "sprite.h" +#include "task.h" +#include "text.h" #define SIO_MULTI_CNT ((struct SioMultiCnt *)REG_ADDR_SIOCNT) |