Minor include cleanup in actor headers

This commit is contained in:
LagoLunatic
2025-03-17 15:39:52 -04:00
parent 95ceb5c3ef
commit 9fd3443e35
7 changed files with 11 additions and 10 deletions
+3 -2
View File
@@ -4,13 +4,14 @@
*/
#include "d/actor/d_a_npc_os.h"
#include "d/res/res_os.h"
#include "d/d_com_inf_game.h"
#include "d/d_procname.h"
#include "d/actor/d_a_player_main.h"
#include "d/actor/d_a_pedestal.h"
#include "d/res/res_os.h"
#include "f_op/f_op_actor_mng.h"
#include "f_op/f_op_camera.h"
#include "m_Do/m_Do_controller_pad.h"
#include "d/actor/d_a_player_main.h"
#include "weak_bss_936_to_1036.h" // IWYU pragma: keep
#include "weak_data_1811.h" // IWYU pragma: keep
+3 -2
View File
@@ -4,16 +4,17 @@
*/
#include "d/actor/d_a_shop_item.h"
#include "d/res/res_fdai.h"
#include "f_op/f_op_actor_mng.h"
#include "d/d_procname.h"
#include "d/d_com_inf_game.h"
#include "d/d_s_play.h"
#include "d/d_item.h"
#include "d/d_item_data.h"
#include "d/d_cloth_packet.h"
#include "d/res/res_fdai.h"
#include "d/res/res_cloth.h"
#include "m_Do/m_Do_mtx.h"
#include "m_Do/m_Do_lib.h"
#include "d/res/res_cloth.h"
const char daShopItem_c::m_cloth_arcname[] = "Cloth";
const f32 daShopItem_c::m_cullfar_max = 5000.0f;