From 4018179d7bb0062f8f10058c9be0e8fa4ab583b8 Mon Sep 17 00:00:00 2001 From: SamuXarick <43006711+SamuXarick@users.noreply.github.com> Date: Wed, 15 Jan 2025 13:50:14 +0000 Subject: [PATCH] Cleanup: Remove unused includes and function (#13321) --- src/pathfinder/aystar.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/pathfinder/aystar.h b/src/pathfinder/aystar.h index f8830c61c4..d88e15f257 100644 --- a/src/pathfinder/aystar.h +++ b/src/pathfinder/aystar.h @@ -16,12 +16,6 @@ #ifndef AYSTAR_H #define AYSTAR_H -#include "../track_func.h" - -#include "../misc/hashtable.hpp" -#include "../misc/binaryheap.hpp" -#include "../misc/dbg_helpers.h" - #include "yapf/nodelist.hpp" #include "yapf/yapf_node.hpp" @@ -44,8 +38,6 @@ using AyStarNode = CYapfNodeKeyTrackDir; struct PathNode : CYapfNodeT { }; -bool CheckIgnoreFirstTile(const PathNode *node); - struct AyStar; /**