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/main.c | |
parent | 5f00cffaac2fb9f0da71e9327e821d60057ca220 (diff) |
Clean up includes
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/main.c b/src/main.c index 5ba87aaa0..be025c79f 100644 --- a/src/main.c +++ b/src/main.c @@ -1,20 +1,14 @@ #include "global.h" -#include "bg.h" -#include "gpu_regs.h" +#include "gflib.h" #include "link.h" #include "link_rfu.h" #include "load_save.h" -#include "main.h" #include "m4a.h" #include "random.h" -#include "dma3.h" #include "gba/flash_internal.h" #include "help_system.h" -#include "sound.h" #include "new_menu_helpers.h" -#include "malloc.h" #include "overworld.h" -#include "sprite.h" #include "play_time.h" #include "intro.h" #include "battle_controllers.h" |