(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

@@ -40,6 +40,7 @@
#include "string_func.h"
#include "player_gui.h"
#include "settings_type.h"
#include "newgrf_cargo.h"
#include "table/sprites.h"
#include "table/strings.h"