(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

@@ -122,4 +122,4 @@ template <> struct EnumPropsT<TrackdirBits> : MakeEnumPropsT<TrackdirBits, uint1
typedef TinyEnumT<TrackdirBits> TrackdirBitsShort;
DECLARE_ENUM_AS_BIT_SET(TrackdirBits);
#endif /* RAIL_H */
#endif /* TRACK_TYPE_H */