summaryrefslogtreecommitdiff
path: root/src/pokemon/mail_data.c
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-11-26 15:10:56 -0600
committercamthesaxman <cameronghall@cox.net>2017-11-26 15:10:56 -0600
commit026e017a16df44806b95435403a8e3b8dbe78084 (patch)
tree83b651219e44c467077d5a16f3d77574924b9a3a /src/pokemon/mail_data.c
parente7215091ee44b26d83753104f879671db4224803 (diff)
flag, vars, items constants
Diffstat (limited to 'src/pokemon/mail_data.c')
-rw-r--r--src/pokemon/mail_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon/mail_data.c b/src/pokemon/mail_data.c
index fce796ab0..4249b9f48 100644
--- a/src/pokemon/mail_data.c
+++ b/src/pokemon/mail_data.c
@@ -1,6 +1,6 @@
#include "global.h"
#include "mail_data.h"
-#include "items.h"
+#include "constants/items.h"
#include "name_string_util.h"
#include "pokemon.h"
#include "pokemon_icon.h"