Merge pull request #31354 from profan/fix/astar-self-list-include
Remove unused self list include from A*
This commit is contained in:
commit
7863ea39db
|
@ -32,7 +32,6 @@
|
|||
#define ASTAR_H
|
||||
|
||||
#include "core/reference.h"
|
||||
#include "core/self_list.h"
|
||||
|
||||
/**
|
||||
A* pathfinding algorithm
|
||||
|
|
Loading…
Reference in New Issue