Преглед изворни кода

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

Remove unused self list include from A*
Rémi Verschelde пре 6 година
родитељ
комит
7863ea39db
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      core/math/a_star.h

+ 0 - 1
core/math/a_star.h

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