(svn r6212) Remove dependency on window.h from station.h
authortron
Tue, 29 Aug 2006 06:50:47 +0000
changeset 4440 76189b34da8a
parent 4439 08183ae93367
child 4441 0365a1fc2116
(svn r6212) Remove dependency on window.h from station.h
rail_cmd.c
station.h
--- 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"
--- 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;