summaryrefslogtreecommitdiff
path: root/src/credits.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-04-08 17:03:26 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-04-08 17:03:26 -0400
commitea207f6334676be3abb6a8b03065364fa0027ee1 (patch)
tree2558372965fde4dde30b6ff385f9c4c8184ba448 /src/credits.c
parent5f00cffaac2fb9f0da71e9327e821d60057ca220 (diff)
Clean up includes
Diffstat (limited to 'src/credits.c')
-rw-r--r--src/credits.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/credits.c b/src/credits.c
index dfcdfb418..3be5c8fa5 100644
--- a/src/credits.c
+++ b/src/credits.c
@@ -1,19 +1,14 @@
#include "global.h"
-#include "malloc.h"
-#include "bg.h"
+#include "gflib.h"
#include "credits.h"
-#include "palette.h"
-#include "gpu_regs.h"
#include "task.h"
#include "overworld.h"
#include "event_data.h"
-#include "window.h"
#include "new_menu_helpers.h"
#include "decompress.h"
#include "graphics.h"
#include "strings.h"
#include "trainer_pokemon_sprites.h"
-#include "sound.h"
#include "constants/species.h"
#include "constants/maps.h"
#include "constants/field_weather.h"