From 6723cd5a5c00136e925f0161c0db577daa3cc1fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Thu, 22 Dec 2022 13:23:13 +0100 Subject: [PATCH] Improve rebuild times by removing unnecessary includes in AI headers --- src/KingSystem/ActorSystem/actAiActionBase.h | 3 +-- src/KingSystem/ActorSystem/actBaseProc.h | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/KingSystem/ActorSystem/actAiActionBase.h b/src/KingSystem/ActorSystem/actAiActionBase.h index 3dbecd22..88dd364f 100644 --- a/src/KingSystem/ActorSystem/actAiActionBase.h +++ b/src/KingSystem/ActorSystem/actAiActionBase.h @@ -1,8 +1,7 @@ #pragma once #include -#include -#include +#include #include #include #include "KingSystem/ActorSystem/actAiParam.h" diff --git a/src/KingSystem/ActorSystem/actBaseProc.h b/src/KingSystem/ActorSystem/actBaseProc.h index 4d9a0c20..fb9d3142 100644 --- a/src/KingSystem/ActorSystem/actBaseProc.h +++ b/src/KingSystem/ActorSystem/actBaseProc.h @@ -3,7 +3,6 @@ #include #include #include -#include #include #include #include