diff --git a/src/KingSystem/ActorSystem/actBaseProcHandle.h b/src/KingSystem/ActorSystem/actBaseProcHandle.h index c0a74ee0..a1481d75 100644 --- a/src/KingSystem/ActorSystem/actBaseProcHandle.h +++ b/src/KingSystem/ActorSystem/actBaseProcHandle.h @@ -1,7 +1,6 @@ #pragma once #include -#include "KingSystem/ActorSystem/actBaseProc.h" #include "KingSystem/ActorSystem/actBaseProcUnit.h" #include "KingSystem/Utils/Types.h" @@ -27,4 +26,4 @@ private: }; KSYS_CHECK_SIZE_NX150(BaseProcHandle, 0x10); -} // namespace ksys::act \ No newline at end of file +} // namespace ksys::act