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/sound.c | |
parent | 648c6c7093f5173694562929f615380f297ad306 (diff) |
Sort includes
Diffstat (limited to 'src/sound.c')
-rw-r--r-- | src/sound.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sound.c b/src/sound.c index e757eedf5..ea8d5b49c 100644 --- a/src/sound.c +++ b/src/sound.c @@ -1,11 +1,11 @@ #include "global.h" #include "sound.h" #include "asm.h" +#include "battle.h" #include "gba/m4a_internal.h" -#include "task.h" -#include "songs.h" #include "m4a.h" -#include "battle.h" +#include "songs.h" +#include "task.h" struct Fanfare { |