Browse Source

Remove redundand header from `a_star.h`

Yuri Rubinsky 3 years ago
parent
commit
4be41a9a97
1 changed files with 0 additions and 1 deletions
  1. 0 1
      core/math/a_star.h

+ 0 - 1
core/math/a_star.h

@@ -35,7 +35,6 @@
 #include "core/object/ref_counted.h"
 #include "core/object/script_language.h"
 #include "core/templates/oa_hash_map.h"
-#include "core/templates/pair.h"
 
 /**
 	A* pathfinding algorithm.