From ea207f6334676be3abb6a8b03065364fa0027ee1 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 8 Apr 2020 17:03:26 -0400 Subject: Clean up includes --- src/easy_chat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/easy_chat.c') diff --git a/src/easy_chat.c b/src/easy_chat.c index 657d178d7..c34ace10d 100644 --- a/src/easy_chat.c +++ b/src/easy_chat.c @@ -1,5 +1,5 @@ #include "global.h" -#include "malloc.h" +#include "gflib.h" #include "data.h" #include "easy_chat.h" #include "event_data.h" @@ -9,7 +9,6 @@ #include "mail.h" #include "pokedex.h" #include "random.h" -#include "string_util.h" #include "strings.h" #include "constants/easy_chat.h" #include "constants/flags.h" -- cgit v1.2.3