diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-08-13 19:23:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-13 19:23:35 +0200 |
commit | 7863ea39dbf3c4ac4395f873de28736a64d75f66 (patch) | |
tree | dd5482f39b1bfa2b4a43886475d7a394c9606510 | |
parent | 8f45d481568514f3c61c027ed2cb4d72e930a494 (diff) | |
parent | 7092dd9d58d09619402e81e2e42ffc913df16216 (diff) |
Merge pull request #31354 from profan/fix/astar-self-list-include
Remove unused self list include from A*
-rw-r--r-- | core/math/a_star.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/math/a_star.h b/core/math/a_star.h index ec333efc1d..cbabcce974 100644 --- a/core/math/a_star.h +++ b/core/math/a_star.h @@ -32,7 +32,6 @@ #define ASTAR_H #include "core/reference.h" -#include "core/self_list.h" /** A* pathfinding algorithm |