diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-10-18 11:33:08 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-10-18 11:33:08 -0400 |
| commit | 9e29fd3c68e471560b8910dcde3028b2a4d487cd (patch) | |
| tree | 28ef085323ebdb56b7ba7a44ac7ff2bfff3e8190 /src/d/actor/d_a_npc_people.cpp | |
| parent | 202851599fb67079504af37fe0f5b944bfa51e19 (diff) | |
More warning cleanup
Diffstat (limited to 'src/d/actor/d_a_npc_people.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc_people.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/d/actor/d_a_npc_people.cpp b/src/d/actor/d_a_npc_people.cpp index ad270ba7..84351682 100644 --- a/src/d/actor/d_a_npc_people.cpp +++ b/src/d/actor/d_a_npc_people.cpp @@ -5,18 +5,17 @@ #include "d/actor/d_a_npc_people.h" #include "d/actor/d_a_kb.h" -#include "d/actor/d_a_player_main.h" +#include "d/actor/d_a_player.h" #include "d/actor/d_a_ship.h" +#include "d/actor/d_a_dai.h" #include "d/d_procname.h" #include "d/d_com_lib_game.h" -#include "JSystem/JKernel/JKRHeap.h" -#include "f_op/f_op_actor_mng.h" #include "d/d_com_inf_game.h" #include "d/d_camera.h" #include "d/d_a_obj.h" #include "d/d_snap.h" #include "d/d_kankyo_wether.h" -#include "d/actor/d_a_dai.h" +#include "f_op/f_op_actor_mng.h" #include "m_Do/m_Do_lib.h" extern dCcD_SrcCyl dNpc_cyl_src; |
