(svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especially because newgrf_station.h includes a lot of stuff).

This commit is contained in:
rubidium
2008-03-31 06:42:26 +00:00
parent df1d9bd880
commit 877ca99198
18 changed files with 38 additions and 18 deletions

View File

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