summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actBaseProcCreateTask.cpp
diff options
context:
space:
mode:
authorPistonight <pistonknight@outlook.com>2025-05-13 11:25:39 -0700
committerPistonight <pistonknight@outlook.com>2025-05-15 11:31:51 -0700
commit81feab300b56913c624e72e8c348df93da1cdcf4 (patch)
tree3a9c5b46904701268f09f47a40c327a1a344446d /src/KingSystem/ActorSystem/actBaseProcCreateTask.cpp
parent47d5304c06ab48aa15073ffaaaf2efa06bbeb346 (diff)
merge BaseProcHandle and BaseProcUnit TU
Diffstat (limited to 'src/KingSystem/ActorSystem/actBaseProcCreateTask.cpp')
-rw-r--r--src/KingSystem/ActorSystem/actBaseProcCreateTask.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/KingSystem/ActorSystem/actBaseProcCreateTask.cpp b/src/KingSystem/ActorSystem/actBaseProcCreateTask.cpp
index 9573ee6c..b2d623fc 100644
--- a/src/KingSystem/ActorSystem/actBaseProcCreateTask.cpp
+++ b/src/KingSystem/ActorSystem/actBaseProcCreateTask.cpp
@@ -1,7 +1,6 @@
#include "KingSystem/ActorSystem/actBaseProcCreateTask.h"
#include "KingSystem/ActorSystem/actBaseProc.h"
#include "KingSystem/ActorSystem/actBaseProcHandle.h"
-#include "KingSystem/ActorSystem/actBaseProcUnit.h"
#include "KingSystem/Map/mapObject.h"
namespace ksys::act {