(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers

This commit is contained in:
rubidium
2010-08-26 22:01:16 +00:00
parent c462611488
commit 360d6daf34
135 changed files with 43 additions and 264 deletions

View File

@@ -14,19 +14,15 @@
#include "viewport_func.h"
#include "landscape.h"
#include "newgrf.h"
#include "newgrf_commons.h"
#include "newgrf_industries.h"
#include "newgrf_industrytiles.h"
#include "newgrf_sound.h"
#include "newgrf_text.h"
#include "industry.h"
#include "functions.h"
#include "town.h"
#include "command_func.h"
#include "animated_tile_func.h"
#include "water.h"
#include "sprite.h"
#include "date_func.h"
#include "newgrf_animation_base.h"
#include "table/strings.h"