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 /src/mail.c | |
parent | aec7b25c1ad0ef646f1430bc8b68d3adb1106edd (diff) | |
parent | ddc846fa6a0d9a13cfba6f52488a66f6f4562a2d (diff) |
Merge pull request #248 from marijnvdwerf/clean/sort-includes
Sort includes
Diffstat (limited to 'src/mail.c')
-rw-r--r-- | src/mail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mail.c b/src/mail.c index 97c8dab5b..a0a47e98f 100644 --- a/src/mail.c +++ b/src/mail.c @@ -3,13 +3,13 @@ #include "asm.h" #include "items.h" #include "menu.h" +#include "name_string_util.h" #include "palette.h" #include "rom4.h" #include "sprite.h" #include "string_util.h" #include "task.h" #include "text.h" -#include "name_string_util.h" struct UnkMailStruct { |