diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-21 15:00:56 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-21 15:00:56 -0500 |
commit | b7c28c4be76f19d3515ede426ae874390523457f (patch) | |
tree | 204cd4356351b7033b46da40f63f62bb69b9179c /src/trainer_pokemon_sprites.c | |
parent | 69d8833b31519208f04444d3393b68a393163aa3 (diff) |
Remove redundant include lines
Diffstat (limited to 'src/trainer_pokemon_sprites.c')
-rw-r--r-- | src/trainer_pokemon_sprites.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/trainer_pokemon_sprites.c b/src/trainer_pokemon_sprites.c index 7262954c9..9f706c6d5 100644 --- a/src/trainer_pokemon_sprites.c +++ b/src/trainer_pokemon_sprites.c @@ -2,12 +2,9 @@ #include "sprite.h" #include "window.h" #include "malloc.h" -#include "constants/species.h" #include "palette.h" #include "decompress.h" -#include "trainer_pokemon_sprites.h" #include "pokemon.h" -#include "constants/trainer_classes.h" extern const struct CompressedSpriteSheet gMonFrontPicTable[]; extern const struct CompressedSpriteSheet gMonBackPicTable[]; |