From 90acd52f22116bed4b126df0218975d2b54aa6aa Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 13 Jan 2008 01:21:35 +0000 Subject: (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. --- src/elrail.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/elrail.cpp') diff --git a/src/elrail.cpp b/src/elrail.cpp index e0b158aea..56067e66d 100644 --- a/src/elrail.cpp +++ b/src/elrail.cpp @@ -58,8 +58,6 @@ #include "bridge_map.h" #include "bridge.h" #include "rail_map.h" -#include "table/sprites.h" -#include "table/elrail_data.h" #include "train.h" #include "rail_gui.h" #include "transparency.h" @@ -67,6 +65,8 @@ #include "vehicle_func.h" #include "player_base.h" +#include "table/sprites.h" +#include "table/elrail_data.h" static inline TLG GetTLG(TileIndex t) { -- cgit v1.2.3-70-g09d2