(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

@@ -19,6 +19,7 @@
#include "core/alloc_func.hpp"
#include "newgrf_storage.h"
#include "string_func.h"
#include "date_type.h"
#include "table/strings.h"
#include "table/control_codes.h"