Remove redundant include lines

This commit is contained in:
PikalaxALT
2020-02-21 15:00:56 -05:00
parent 69d8833b31
commit b7c28c4be7
83 changed files with 0 additions and 199 deletions
-3
View File
@@ -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[];