diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-04-08 17:03:26 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-04-08 17:03:26 -0400 |
commit | ea207f6334676be3abb6a8b03065364fa0027ee1 (patch) | |
tree | 2558372965fde4dde30b6ff385f9c4c8184ba448 /src/reshow_battle_screen.c | |
parent | 5f00cffaac2fb9f0da71e9327e821d60057ca220 (diff) |
Clean up includes
Diffstat (limited to 'src/reshow_battle_screen.c')
-rw-r--r-- | src/reshow_battle_screen.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/reshow_battle_screen.c b/src/reshow_battle_screen.c index 25470fc43..c65169710 100644 --- a/src/reshow_battle_screen.c +++ b/src/reshow_battle_screen.c @@ -1,12 +1,7 @@ #include "global.h" -#include "bg.h" -#include "palette.h" -#include "pokemon.h" -#include "main.h" +#include "gflib.h" #include "link.h" #include "data.h" -#include "sprite.h" -#include "gpu_regs.h" #include "scanline_effect.h" #include "help_system.h" #include "battle.h" |