(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.

This commit is contained in:
rubidium
2008-01-13 01:21:35 +00:00
parent a78d73805f
commit d4e6a6bf57
129 changed files with 311 additions and 213 deletions

View File

@@ -7,8 +7,6 @@
#include "clear_map.h"
#include "industry_map.h"
#include "station_map.h"
#include "table/strings.h"
#include "table/sprites.h"
#include "train.h"
#include "landscape.h"
#include "viewport_func.h"
@@ -18,8 +16,6 @@
#include "news.h"
#include "saveload.h"
#include "variables.h"
#include "table/industry_land.h"
#include "table/build_industry.h"
#include "genworld.h"
#include "water_map.h"
#include "tree_map.h"
@@ -41,6 +37,11 @@
#include "vehicle_func.h"
#include "sound_func.h"
#include "table/strings.h"
#include "table/sprites.h"
#include "table/industry_land.h"
#include "table/build_industry.h"
void ShowIndustryViewWindow(int industry);
void BuildOilRig(TileIndex tile);