diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-10-18 15:55:31 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-10-18 15:55:31 -0400 |
| commit | ce592831febcbc54593bacebeb494c763ac9fe63 (patch) | |
| tree | c7cae387c28e0713d022264d1e5551175e69dab6 /src/d/d_drawlist.cpp | |
| parent | 0255c90ad6d06ee7f94983ea26e1ab77a11f722c (diff) | |
Warning/error cleanup
Diffstat (limited to 'src/d/d_drawlist.cpp')
| -rw-r--r-- | src/d/d_drawlist.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/d/d_drawlist.cpp b/src/d/d_drawlist.cpp index 3ce9ebb7..e0dfd259 100644 --- a/src/d/d_drawlist.cpp +++ b/src/d/d_drawlist.cpp @@ -11,11 +11,10 @@ #include "dolphin/gf/GFLight.h" #include "dolphin/gf/GFPixel.h" #include "dolphin/gf/GFTransform.h" -#include "f_op/f_op_camera_mng.h" +#include "f_op/f_op_camera.h" #include "m_Do/m_Do_graphic.h" #include "m_Do/m_Do_lib.h" #include "m_Do/m_Do_mtx.h" -#include "JSystem/JKernel/JKRHeap.h" #include "JSystem/JUtility/JUTAssert.h" #include "JSystem/J2DGraph/J2DOrthoGraph.h" #include "SSystem/SComponent/c_rnd.h" |
