From 5b49e754535d48bb42575bc987e9c8f3251cf595 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 19 Dec 2007 23:26:02 +0000 Subject: (svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h --- src/industry_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/industry_map.h') diff --git a/src/industry_map.h b/src/industry_map.h index 6ae571752..f4047f4bc 100644 --- a/src/industry_map.h +++ b/src/industry_map.h @@ -7,7 +7,7 @@ #include "industry.h" #include "macros.h" -#include "tile.h" +#include "tile_map.h" -- cgit v1.2.3-54-g00ecf