Browse Source

remove unused self list include from astar

Robin Hübner 6 năm trước cách đây
mục cha
commit
7092dd9d58
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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