Remove redundand header from a_star.h

This commit is contained in:
Yuri Rubinsky 2022-06-16 17:23:08 +03:00
parent 639d72735c
commit 4be41a9a97

View file

@ -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.