(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

@@ -24,6 +24,7 @@
#include "viewport_func.h"
#include "gfx_func.h"
#include "widgets/dropdown_func.h"
#include "newgrf_cargo.h"
#include "table/strings.h"
#include "table/sprites.h"