mirror of
https://github.com/zeldaret/botw
synced 2026-05-23 06:54:18 -04:00
Improve rebuild times by removing unnecessary includes in AI headers
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <basis/seadTypes.h>
|
||||
#include <math/seadMathCalcCommon.h>
|
||||
#include <math/seadVector.h>
|
||||
#include <math/seadVectorFwd.h>
|
||||
#include <prim/seadRuntimeTypeInfo.h>
|
||||
#include <prim/seadTypedBitFlag.h>
|
||||
#include "KingSystem/ActorSystem/actAiParam.h"
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
#include <basis/seadTypes.h>
|
||||
#include <container/seadListImpl.h>
|
||||
#include <container/seadSafeArray.h>
|
||||
#include <container/seadTreeMap.h>
|
||||
#include <math/seadMathCalcCommon.h>
|
||||
#include <prim/seadBitFlag.h>
|
||||
#include <prim/seadRuntimeTypeInfo.h>
|
||||
|
||||
Reference in New Issue
Block a user