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/ghost.c | |
parent | 5f00cffaac2fb9f0da71e9327e821d60057ca220 (diff) |
Clean up includes
Diffstat (limited to 'src/ghost.c')
-rw-r--r-- | src/ghost.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/ghost.c b/src/ghost.c index 35dcd267b..9a77999de 100644 --- a/src/ghost.c +++ b/src/ghost.c @@ -1,12 +1,8 @@ #include "global.h" +#include "gflib.h" #include "battle_anim.h" -#include "bg.h" -#include "gpu_regs.h" -#include "palette.h" #include "scanline_effect.h" -#include "malloc.h" #include "graphics.h" -#include "sound.h" #include "trig.h" #include "util.h" #include "decompress.h" |