diff options
Diffstat (limited to 'src/pokemon_size_record.c')
-rw-r--r-- | src/pokemon_size_record.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pokemon_size_record.c b/src/pokemon_size_record.c index 66bdb9194..6041ce7ff 100644 --- a/src/pokemon_size_record.c +++ b/src/pokemon_size_record.c @@ -1,9 +1,8 @@ #include "global.h" +#include "gflib.h" #include "data.h" #include "event_data.h" #include "pokedex.h" -#include "pokemon.h" -#include "string_util.h" #include "text.h" #include "strings.h" #include "constants/species.h" |