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

Remove unused self list include from A*
This commit is contained in:
Rémi Verschelde 2019-08-13 19:23:35 +02:00 committed by GitHub
commit 7863ea39db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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