summaryrefslogtreecommitdiff
path: root/src/station_base.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-31 06:42:26 +0000
committerrubidium <rubidium@openttd.org>2008-03-31 06:42:26 +0000
commit6f15d34fe53d317bb50688641cbf4ec48c6c82df (patch)
treeca1da1b595ee5229eb189471cdef8c2c304464b4 /src/station_base.h
parentef2be7d0fc13aadeb124481943c573ff224162a9 (diff)
downloadopenttd-6f15d34fe53d317bb50688641cbf4ec48c6c82df.tar.xz
(svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especially because newgrf_station.h includes a lot of stuff).
Diffstat (limited to 'src/station_base.h')
-rw-r--r--src/station_base.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/station_base.h b/src/station_base.h
index ffc40a624..eed0a7253 100644
--- a/src/station_base.h
+++ b/src/station_base.h
@@ -11,7 +11,11 @@
#include "cargopacket.h"
#include "cargo_type.h"
#include "town_type.h"
-#include "newgrf_station.h"
+#include "strings_type.h"
+#include "date_type.h"
+#include "vehicle_type.h"
+#include "player_type.h"
+#include "core/geometry_type.hpp"
#include <list>
DECLARE_OLD_POOL(Station, Station, 6, 1000)