(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

@@ -13,14 +13,12 @@
#include "ai_map.hpp"
#include "ai_station.hpp"
#include "ai_industrytype.hpp"
#include "../../command_type.h"
#include "../../debug.h"
#include "../../station_base.h"
#include "../../company_func.h"
#include "../../newgrf.h"
#include "../../newgrf_generic.h"
#include "../../newgrf_station.h"
#include "../../economy_func.h"
/* static */ bool AIRail::IsRailTile(TileIndex tile)
{