(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

@@ -11,17 +11,12 @@
#include "stdafx.h"
#include "cmd_helper.h"
#include "landscape.h"
#include "viewport_func.h"
#include "command_func.h"
#include "engine_base.h"
#include "depot_base.h"
#include "pathfinder/yapf/yapf_cache.h"
#include "newgrf_engine.h"
#include "landscape_type.h"
#include "newgrf_debug.h"
#include "newgrf_railtype.h"
#include "newgrf_commons.h"
#include "train.h"
#include "autoslope.h"
#include "water.h"
@@ -39,7 +34,6 @@
#include "date_func.h"
#include "table/strings.h"
#include "table/sprites.h"
#include "table/railtypes.h"
#include "table/track_land.h"