Explorar o código

Merge pull request #31354 from profan/fix/astar-self-list-include

Remove unused self list include from A*
Rémi Verschelde %!s(int64=6) %!d(string=hai) anos
pai
achega
7863ea39db
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      core/math/a_star.h

+ 0 - 1
core/math/a_star.h

@@ -32,7 +32,6 @@
 #define ASTAR_H
 
 #include "core/reference.h"
-#include "core/self_list.h"
 
 /**
 	A* pathfinding algorithm