diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-11-19 22:48:46 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-11-19 22:48:46 +0100 |
commit | a3b5af17eabb255e983e61c6306e30f27de82524 (patch) | |
tree | c74de1088412c6f70c9c63c5db0689bf26512924 /src/mail.c | |
parent | 185402fe213935c577a64684e28df2a8850066c1 (diff) |
berry blender is done
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" |