changeset 4440:b98b07891259 draft

(svn r6212) Remove dependency on window.h from station.h
author tron <tron@openttd.org>
date Tue, 29 Aug 2006 06:50:47 +0000
parents cac7f84892ac
children 614ec0ebc3ea
files rail_cmd.c station.h
diffstat 2 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rail_cmd.c
+++ b/rail_cmd.c
@@ -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"
--- a/station.h
+++ b/station.h
@@ -8,7 +8,6 @@
 #include "sprite.h"
 #include "tile.h"
 #include "newgrf_station.h"
-#include "window.h"
 
 typedef struct GoodsEntry {
 	uint16 waiting_acceptance;