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/save_failed_screen.c | |
parent | 5f00cffaac2fb9f0da71e9327e821d60057ca220 (diff) |
Clean up includes
Diffstat (limited to 'src/save_failed_screen.c')
-rw-r--r-- | src/save_failed_screen.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/save_failed_screen.c b/src/save_failed_screen.c index 09e49a1bb..e71910485 100644 --- a/src/save_failed_screen.c +++ b/src/save_failed_screen.c @@ -1,13 +1,11 @@ #include "global.h" +#include "gflib.h" #include "decompress.h" -#include "dma3.h" #include "gba/flash_internal.h" -#include "gpu_regs.h" #include "help_system.h" #include "m4a.h" #include "save.h" #include "strings.h" -#include "text.h" bool32 sIsInSaveFailedScreen; |