From ef9b70ce97af47c52b57322d6050722422208c62 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 24 Dec 2023 14:57:14 -0500 Subject: [PATCH] Move include --- LEGO1/mxstreamcontroller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/mxstreamcontroller.cpp b/LEGO1/mxstreamcontroller.cpp index e8ead935..92dcfb26 100644 --- a/LEGO1/mxstreamcontroller.cpp +++ b/LEGO1/mxstreamcontroller.cpp @@ -1,6 +1,7 @@ #include "mxstreamcontroller.h" #include "legoomni.h" +#include "legoutil.h" #include "mxautolocker.h" #include "mxdsstreamingaction.h" #include "mxnextactiondatastart.h" @@ -139,7 +140,6 @@ MxResult MxStreamController::FUN_100c1800(MxDSAction* p_action, MxU32 p_val) return SUCCESS; } -#include "legoutil.h" // FUNCTION: LEGO1 0x100c1a00 MxResult MxStreamController::FUN_100c1a00(MxDSAction* p_action, MxU32 p_offset) {