1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-13 01:29:10 +00:00

(svn r6212) Remove dependency on window.h from station.h

This commit is contained in:
tron
2006-08-29 06:50:47 +00:00
parent 39353d81fc
commit e079decb99
2 changed files with 1 additions and 1 deletions

View File

@@ -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"

View File

@@ -8,7 +8,6 @@
#include "sprite.h"
#include "tile.h"
#include "newgrf_station.h"
#include "window.h"
typedef struct GoodsEntry {
uint16 waiting_acceptance;