From 7092dd9d58d09619402e81e2e42ffc913df16216 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20H=C3=BCbner?= Date: Tue, 13 Aug 2019 18:28:56 +0200 Subject: [PATCH] remove unused self list include from astar --- core/math/a_star.h | 1 - 1 file changed, 1 deletion(-) diff --git a/core/math/a_star.h b/core/math/a_star.h index ec333efc1d3..cbabcce9741 100644 --- a/core/math/a_star.h +++ b/core/math/a_star.h @@ -32,7 +32,6 @@ #define ASTAR_H #include "core/reference.h" -#include "core/self_list.h" /** A* pathfinding algorithm