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/npf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/npf.h') diff --git a/src/npf.h b/src/npf.h index 8c2602ac0..124d17381 100644 --- a/src/npf.h +++ b/src/npf.h @@ -9,7 +9,7 @@ #include "aystar.h" #include "station.h" #include "vehicle.h" -#include "tile.h" +#include "tile_type.h" /* mowing grass */ enum { -- cgit v1.2.3-54-g00ecf