diff options
Diffstat (limited to 'src/newgrf.cpp')
-rw-r--r-- | src/newgrf.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp index 99774c397..7163e0147 100644 --- a/src/newgrf.cpp +++ b/src/newgrf.cpp @@ -12,8 +12,6 @@ #include "engine_func.h" #include "engine_base.h" #include "spritecache.h" -#include "sprite.h" -#include "newgrf.h" #include "variables.h" #include "bridge.h" #include "town.h" @@ -22,18 +20,14 @@ #include "fontcache.h" #include "currency.h" #include "landscape.h" -#include "newgrf_config.h" #include "newgrf_house.h" #include "newgrf_sound.h" -#include "newgrf_spritegroup.h" #include "newgrf_station.h" -#include "cargotype.h" #include "industry.h" #include "newgrf_canal.h" #include "newgrf_commons.h" #include "newgrf_townname.h" #include "newgrf_industries.h" -#include "gfxinit.h" #include "rev.h" #include "fios.h" #include "rail.h" @@ -43,16 +37,11 @@ #include "vehicle_func.h" #include "sound_func.h" #include "string_func.h" -#include "road_func.h" -#include "company_base.h" -#include "settings_type.h" #include "network/network.h" #include "map_func.h" #include <map> #include "table/strings.h" -#include "table/sprites.h" -#include "table/town_land.h" #include "table/build_industry.h" /* TTDPatch extended GRF format codec |