mirror of
https://github.com/cuberite/cuberite.git
synced 2025-01-08 11:57:39 +08:00
Fixed imports the third
This commit is contained in:
parent
acec85152e
commit
70f49861af
@ -96,9 +96,6 @@ std::vector<ValueType> MakeVector(Args && ... a_Behaviors)
|
||||
|
||||
} // namespace BehaviorTree
|
||||
|
||||
// If this header is included, also include the behaviors
|
||||
#include "Mobs/AI/Behaviours/IncludeAllBehaviours.h"
|
||||
|
||||
|
||||
// This logging is far too noisy to always be on
|
||||
#ifdef ABC
|
||||
|
@ -4,7 +4,6 @@
|
||||
#include "Globals.h"
|
||||
|
||||
#include "Mobs/AI/Behaviours/GuardedTask.h"
|
||||
#include "Mobs/AI/BehaviorTree.h"
|
||||
|
||||
namespace BehaviorTree
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user