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/string_util.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/string_util.c') diff --git a/src/string_util.c b/src/string_util.c index 0a2365d25..17507b0e8 100644 --- a/src/string_util.c +++ b/src/string_util.c @@ -1,6 +1,5 @@ #include "global.h" -#include "string_util.h" -#include "text.h" +#include "gflib.h" EWRAM_DATA u8 gStringVar1[32] = {}; EWRAM_DATA u8 gStringVar2[20] = {}; -- cgit v1.2.3