mirror of https://github.com/zeldaret/botw.git
Improve rebuild times by removing unnecessary includes in AI headers
This commit is contained in:
parent
2616802996
commit
6723cd5a5c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue