# HG changeset patch # User tron # Date 1156834247 0 # Node ID 76189b34da8a0906c95dea857d47937454b7883f # Parent 08183ae9336761987a05e1acba136080586b8127 (svn r6212) Remove dependency on window.h from station.h diff -r 08183ae93367 -r 76189b34da8a rail_cmd.c --- a/rail_cmd.c Tue Aug 29 06:43:22 2006 +0000 +++ b/rail_cmd.c Tue Aug 29 06:50:47 2006 +0000 @@ -24,6 +24,7 @@ #include "sprite.h" #include "depot.h" #include "waypoint.h" +#include "window.h" #include "rail.h" #include "railtypes.h" // include table for railtypes #include "newgrf.h" diff -r 08183ae93367 -r 76189b34da8a station.h --- a/station.h Tue Aug 29 06:43:22 2006 +0000 +++ b/station.h Tue Aug 29 06:50:47 2006 +0000 @@ -8,7 +8,6 @@ #include "sprite.h" #include "tile.h" #include "newgrf_station.h" -#include "window.h" typedef struct GoodsEntry { uint16 waiting_acceptance;