From 58e6e75320a3d6ca864625f6dbd2cbb961997edc Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 28 Mar 2008 16:33:28 +0000 Subject: (svn r12468) -Codechange: move some type related stuff from station.h (and openttd.h) to station_type.h. --- src/cargopacket.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cargopacket.h') diff --git a/src/cargopacket.h b/src/cargopacket.h index 866b41ad0..4b6397b62 100644 --- a/src/cargopacket.h +++ b/src/cargopacket.h @@ -7,6 +7,7 @@ #include "economy_type.h" #include "tile_type.h" +#include "station_type.h" #include typedef uint32 CargoPacketID; -- cgit v1.2.3-54-g00ecf