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/link.c | |
parent | 5f00cffaac2fb9f0da71e9327e821d60057ca220 (diff) |
Clean up includes
Diffstat (limited to 'src/link.c')
-rw-r--r-- | src/link.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/link.c b/src/link.c index ed04cdc21..75e6b9927 100644 --- a/src/link.c +++ b/src/link.c @@ -1,12 +1,9 @@ #include "global.h" -#include "palette.h" -#include "bg.h" +#include "gflib.h" #include "m4a.h" #include "scanline_effect.h" #include "bg_regs.h" -#include "gpu_regs.h" #include "decompress.h" -#include "malloc.h" #include "save.h" #include "battle.h" #include "quest_log.h" @@ -15,16 +12,12 @@ #include "random.h" #include "task.h" #include "event_data.h" -#include "string_util.h" #include "item_menu.h" #include "trade.h" -#include "text.h" -#include "sound.h" #include "menu.h" #include "overworld.h" #include "new_menu_helpers.h" #include "link.h" -#include "window.h" #include "graphics.h" #include "strings.h" #include "help_system.h" |