diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-27 20:08:34 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-27 20:08:34 -0500 |
commit | b9d08ed83b13c875610bd80f17e7275252785654 (patch) | |
tree | bdfeaca488e96009ef7fd18037717d0ec749c9b5 /src/mail.c | |
parent | 772da493f9ea0dcd8838dd927f1b70ff63228c21 (diff) | |
parent | 18c6b8efc21a509121ab4d6f5b9c8523689d27a2 (diff) |
Merge branch 'master' into unk_81BAD84
Diffstat (limited to 'src/mail.c')
-rw-r--r-- | src/mail.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mail.c b/src/mail.c index 1ceb1be1a..dddc06feb 100644 --- a/src/mail.c +++ b/src/mail.c @@ -1,14 +1,12 @@ - -// Includes #include "global.h" #include "main.h" #include "overworld.h" #include "task.h" #include "unknown_task.h" #include "palette.h" +#include "text.h" #include "menu.h" #include "menu_helpers.h" -#include "text.h" #include "text_window.h" #include "string_util.h" #include "international_string_util.h" |