summaryrefslogtreecommitdiff
path: root/src/d/d_drawlist.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2024-10-18 15:55:31 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2024-10-18 15:55:31 -0400
commitce592831febcbc54593bacebeb494c763ac9fe63 (patch)
treec7cae387c28e0713d022264d1e5551175e69dab6 /src/d/d_drawlist.cpp
parent0255c90ad6d06ee7f94983ea26e1ab77a11f722c (diff)
Warning/error cleanup
Diffstat (limited to 'src/d/d_drawlist.cpp')
-rw-r--r--src/d/d_drawlist.cpp3
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"