diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-03-24 18:13:32 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-03-24 18:29:00 -0500 |
commit | d7a9fcb9755cd06e4e0245b848e44f4ff75e22cb (patch) | |
tree | 3b5a20f917b53f5b24e104482a34717a997ddd08 /src/easy_chat.c | |
parent | e6caf0ff1019a1744df5b7c550a1a40db33d0154 (diff) |
Cleanup mevent2
Diffstat (limited to 'src/easy_chat.c')
-rw-r--r-- | src/easy_chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/easy_chat.c b/src/easy_chat.c index a6d22f8bf..2e384de6e 100644 --- a/src/easy_chat.c +++ b/src/easy_chat.c @@ -14,8 +14,8 @@ #include "gpu_regs.h" #include "graphics.h" #include "international_string_util.h" -#include "link.h" #include "main.h" +#include "mevent.h" #include "menu.h" #include "overworld.h" #include "palette.h" |