From d4e6a6bf57216b39745b61971141e088e15e2d0d Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 13 Jan 2008 01:21:35 +0000 Subject: (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. --- src/newgrf_industrytiles.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/newgrf_industrytiles.cpp') diff --git a/src/newgrf_industrytiles.cpp b/src/newgrf_industrytiles.cpp index 8c4a55634..d9e12ef22 100644 --- a/src/newgrf_industrytiles.cpp +++ b/src/newgrf_industrytiles.cpp @@ -18,13 +18,14 @@ #include "newgrf_text.h" #include "industry_map.h" #include "clear_map.h" -#include "table/sprites.h" -#include "table/strings.h" #include "sprite.h" #include "transparency.h" #include "functions.h" #include "town.h" +#include "table/sprites.h" +#include "table/strings.h" + static uint32 GetGRFParameter(IndustryGfx indtile_id, byte parameter) { const IndustryTileSpec *indtspec = GetIndustryTileSpec(indtile_id); -- cgit v1.2.3-70-g09d2