diff options
| author | Léo Lam <leo@leolam.fr> | 2021-03-11 15:10:26 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2021-03-11 15:10:52 +0100 |
| commit | 819798cac1d0767aae1ef438acbd4226a63c4b0d (patch) | |
| tree | a4d41b469f158d515a5a0f136c1fba25fe7c73c5 /src/KingSystem/ActorSystem/actBaseProcUnit.cpp | |
| parent | 9e3975a813baf0727f17f02cc1d7a17a15a30db9 (diff) | |
Fix include cycles and useless includes
Diffstat (limited to 'src/KingSystem/ActorSystem/actBaseProcUnit.cpp')
| -rw-r--r-- | src/KingSystem/ActorSystem/actBaseProcUnit.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/KingSystem/ActorSystem/actBaseProcUnit.cpp b/src/KingSystem/ActorSystem/actBaseProcUnit.cpp index 09bd6c81..b0b466b2 100644 --- a/src/KingSystem/ActorSystem/actBaseProcUnit.cpp +++ b/src/KingSystem/ActorSystem/actBaseProcUnit.cpp @@ -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
\ No newline at end of file +} // namespace ksys::act |
