summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRobin Hübner <profan@prfn.se>2019-08-13 18:28:56 +0200
committerRobin Hübner <profan@prfn.se>2019-08-13 18:28:56 +0200
commit7092dd9d58d09619402e81e2e42ffc913df16216 (patch)
treedd5482f39b1bfa2b4a43886475d7a394c9606510 /core
parent8f45d481568514f3c61c027ed2cb4d72e930a494 (diff)
remove unused self list include from astar
Diffstat (limited to 'core')
-rw-r--r--core/math/a_star.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/math/a_star.h b/core/math/a_star.h
index ec333efc1d..cbabcce974 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