diff options
Diffstat (limited to 'src/string_util.c')
-rw-r--r-- | src/string_util.c | 3 |
1 files changed, 1 insertions, 2 deletions
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] = {}; |