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/d_kankyo_wether.cpp | |
| parent | 202851599fb67079504af37fe0f5b944bfa51e19 (diff) | |
More warning cleanup
Diffstat (limited to 'src/d/d_kankyo_wether.cpp')
| -rw-r--r-- | src/d/d_kankyo_wether.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/d/d_kankyo_wether.cpp b/src/d/d_kankyo_wether.cpp index c284ffbf..82156e5c 100644 --- a/src/d/d_kankyo_wether.cpp +++ b/src/d/d_kankyo_wether.cpp @@ -4,11 +4,10 @@ // #include "d/d_kankyo_wether.h" -#include "JSystem/JKernel/JKRHeap.h" #include "d/d_com_inf_game.h" #include "d/d_kankyo.h" #include "d/d_kankyo_rain.h" -#include "f_op/f_op_camera_mng.h" +#include "f_op/f_op_camera.h" #include "m_Do/m_Do_audio.h" /* 80086F74-80086FC4 .text dKyw_setDrawPacketList__FP9J3DPacketi */ |
