diff --git a/src/rail.h b/src/rail.h --- a/src/rail.h +++ b/src/rail.h @@ -8,7 +8,6 @@ #include "gfx.h" #include "rail_type.h" #include "track_type.h" -#include "tile.h" #include "variables.h" /** This struct contains all the info that is needed to draw and construct tracks. @@ -228,8 +227,6 @@ void DrawCatenaryOnTunnel(const TileInfo Foundation GetRailFoundation(Slope tileh, TrackBits bits); -void FloodHalftile(TileIndex t); - int32 SettingsDisableElrail(int32 p1); ///< _patches.disable_elrail callback #endif /* RAIL_H */