mirror of
https://github.com/zeldaret/botw
synced 2026-06-01 01:39:11 -04:00
Fix include cycles and useless includes
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include <prim/seadScopedLock.h>
|
||||
#include "KingSystem/ActorSystem/actActorLinkConstDataAccess.h"
|
||||
#include "KingSystem/ActorSystem/actBaseProc.h"
|
||||
#include "KingSystem/ActorSystem/actBaseProcHandle.h"
|
||||
#include "KingSystem/Utils/Debug.h"
|
||||
|
||||
namespace ksys::act {
|
||||
@@ -55,4 +56,4 @@ bool BaseProcUnit::isParentHandleDefault() const {
|
||||
return mHandle == &BaseProcHandle::sDummyHandle;
|
||||
}
|
||||
|
||||
} // namespace ksys::act
|
||||
} // namespace ksys::act
|
||||
|
||||
Reference in New Issue
Block a user