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/region_map.c | |
parent | 5f00cffaac2fb9f0da71e9327e821d60057ca220 (diff) |
Clean up includes
Diffstat (limited to 'src/region_map.c')
-rw-r--r-- | src/region_map.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/region_map.c b/src/region_map.c index 33cf665d0..81bd4aca4 100644 --- a/src/region_map.c +++ b/src/region_map.c @@ -1,20 +1,15 @@ #include "global.h" -#include "palette.h" -#include "gpu_regs.h" +#include "gflib.h" #include "scanline_effect.h" #include "task.h" #include "m4a.h" -#include "malloc.h" #include "overworld.h" #include "event_data.h" #include "region_map.h" -#include "window.h" -#include "sound.h" #include "party_menu.h" #include "field_effect.h" #include "new_menu_helpers.h" #include "menu.h" -#include "string_util.h" #include "strings.h" #include "map_preview_screen.h" #include "constants/flags.h" |