forked from mirror/OpenTTD
(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:
@@ -9,15 +9,11 @@
|
||||
#include "saveload.h"
|
||||
|
||||
#include "openttd.h"
|
||||
#include "bridge_map.h"
|
||||
#include "mixer.h"
|
||||
#include "spritecache.h"
|
||||
#include "gfxinit.h"
|
||||
#include "gui.h"
|
||||
#include "landscape.h"
|
||||
#include "station_map.h"
|
||||
#include "town_map.h"
|
||||
#include "tunnel_map.h"
|
||||
#include "viewport_func.h"
|
||||
#include "gfx_func.h"
|
||||
#include "window_func.h"
|
||||
@@ -44,7 +40,6 @@
|
||||
#include "yapf/yapf.h"
|
||||
#include "settings_func.h"
|
||||
#include "genworld.h"
|
||||
#include "clear_map.h"
|
||||
#include "fontcache.h"
|
||||
#include "newgrf.h"
|
||||
#include "newgrf_config.h"
|
||||
@@ -64,15 +59,19 @@
|
||||
#include "sound_func.h"
|
||||
#include "variables.h"
|
||||
#include "road_func.h"
|
||||
#include "newgrf_station.h"
|
||||
|
||||
#include "bridge_map.h"
|
||||
#include "clear_map.h"
|
||||
#include "tree_map.h"
|
||||
#include "rail_map.h"
|
||||
#include "road_map.h"
|
||||
#include "water_map.h"
|
||||
#include "station_map.h"
|
||||
#include "town_map.h"
|
||||
#include "industry_map.h"
|
||||
#include "unmovable_map.h"
|
||||
#include "tree_map.h"
|
||||
#include "tunnel_map.h"
|
||||
#include "bridge_map.h"
|
||||
#include "water_map.h"
|
||||
#include "tunnelbridge_map.h"
|
||||
#include "void_map.h"
|
||||
#include "water.h"
|
||||
|
Reference in New Issue
Block a user