mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-18 21:18:10 +00:00
Cleanup: Remove unused includes and function (#13321)
This commit is contained in:
parent
71efd6497a
commit
4018179d7b
@ -16,12 +16,6 @@
|
|||||||
#ifndef AYSTAR_H
|
#ifndef AYSTAR_H
|
||||||
#define 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/nodelist.hpp"
|
||||||
#include "yapf/yapf_node.hpp"
|
#include "yapf/yapf_node.hpp"
|
||||||
|
|
||||||
@ -44,8 +38,6 @@ using AyStarNode = CYapfNodeKeyTrackDir;
|
|||||||
struct PathNode : CYapfNodeT<AyStarNode, PathNode> {
|
struct PathNode : CYapfNodeT<AyStarNode, PathNode> {
|
||||||
};
|
};
|
||||||
|
|
||||||
bool CheckIgnoreFirstTile(const PathNode *node);
|
|
||||||
|
|
||||||
struct AyStar;
|
struct AyStar;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user