diff -r 2b3e64c5e680 -r b1e85998c7d3 src/station.cpp --- a/src/station.cpp Sun Jan 13 00:28:01 2008 +0000 +++ b/src/station.cpp Sun Jan 13 01:21:35 2008 +0000 @@ -7,8 +7,6 @@ #include "bridge_map.h" #include "debug.h" #include "station_map.h" -#include "table/sprites.h" -#include "table/strings.h" #include "station.h" #include "town.h" #include "news.h" @@ -32,6 +30,9 @@ #include "date_func.h" #include "variables.h" +#include "table/sprites.h" +#include "table/strings.h" + Station::Station(TileIndex tile) { DEBUG(station, cDebugCtorLevel, "I+%3d", index);