From fde7152cde5c7e07213b2665e65ce8af9246c434 Mon Sep 17 00:00:00 2001 From: nmlgc Date: Fri, 3 Feb 2023 23:43:36 +0100 Subject: [PATCH] [Maintenance] [th01] Remove unnecessary #includes The route selection literal redefinitions should have been removed in 09d4577. Part of P0229, funded by Ember2528. --- th01/main/boss/defeat.cpp | 3 --- th01/main/vars.cpp | 2 -- 2 files changed, 5 deletions(-) diff --git a/th01/main/boss/defeat.cpp b/th01/main/boss/defeat.cpp index 9344c194..e35ee00e 100644 --- a/th01/main/boss/defeat.cpp +++ b/th01/main/boss/defeat.cpp @@ -145,9 +145,6 @@ void singyoku_defeat_animate_and_select_route(void) graph_accesspage_func(0); route_sel.render(COL_MAKAI, COL_JIGOKU); - // Re-#define the literals... - #include "th01/shiftjis/routesel.hpp" - graph_glyphrow_2xscale_1_to_0(64, 64, 0, shiftjis_w(ROUTE_SEL_1)); graph_glyphrow_2xscale_1_to_0(32, 96, 2, shiftjis_w(ROUTE_SEL_2)); graph_glyphrow_2xscale_1_to_0(32, 180, 4, shiftjis_w(ROUTE_SEL_3)); diff --git a/th01/main/vars.cpp b/th01/main/vars.cpp index 237076d2..4550ec55 100644 --- a/th01/main/vars.cpp +++ b/th01/main/vars.cpp @@ -2,8 +2,6 @@ #include "th01/resident.hpp" #include "th01/main/vars.hpp" #include "th01/formats/cfg.hpp" -#include "th01/main/stage/stages.hpp" -#include "th01/main/stage/timer.hpp" int8_t rank = CFG_RANK_DEFAULT; bgm_mode_t bgm_mode = CFG_BGM_MODE_DEFAULT;