(svn r11664) -Codechange: use more specific ("rail_type.h" instead of "rail.h" that includes way more than only "rail_type.h") includes at some places.

This commit is contained in:
rubidium
2007-12-18 20:58:12 +00:00
parent e4ef359f47
commit 7db6c7db38
11 changed files with 11 additions and 8 deletions

View File

@@ -514,4 +514,4 @@ static inline bool IsStraightRoadTrackdir(Trackdir dir)
return (dir & 0x06) == 0;
}
#endif /* RAIL_H */
#endif /* TRACK_FUNC_H */