summaryrefslogtreecommitdiff
path: root/src/mail.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mail.c')
-rw-r--r--src/mail.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mail.c b/src/mail.c
index 1f19bf230..6b26bafe9 100644
--- a/src/mail.c
+++ b/src/mail.c
@@ -1,20 +1,20 @@
-#include "easy_chat.h"
-#include "mail_data.h"
-#include "pokemon_icon.h"
-#include "menu_helpers.h"
-#include "unknown_task.h"
#include "global.h"
#include "mail.h"
+#include "easy_chat.h"
#include "items.h"
+#include "mail_data.h"
#include "menu.h"
+#include "menu_helpers.h"
#include "name_string_util.h"
#include "palette.h"
+#include "pokemon_icon.h"
#include "rom4.h"
#include "sprite.h"
#include "string_util.h"
#include "strings2.h"
#include "task.h"
#include "text.h"
+#include "unknown_task.h"
struct UnkMailStruct
{