From 818a23e7f214cad3d6fdf3c46761a1af0fac595a Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 18 Dec 2007 20:58:12 +0000 Subject: (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. --- src/track_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/track_type.h') diff --git a/src/track_type.h b/src/track_type.h index b40795de5..bd8ccde15 100644 --- a/src/track_type.h +++ b/src/track_type.h @@ -122,4 +122,4 @@ template <> struct EnumPropsT : MakeEnumPropsT TrackdirBitsShort; DECLARE_ENUM_AS_BIT_SET(TrackdirBits); -#endif /* RAIL_H */ +#endif /* TRACK_TYPE_H */ -- cgit v1.2.3-54-g00ecf