From cc4f5b4e6f8c99eb94dfb5513b4dc807440adf09 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 5 Mar 2006 10:19:33 +0000 Subject: (svn r3763) Adapt to the new 'map accessors go in foo_map.h'-scheme --- roadveh_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roadveh_cmd.c') diff --git a/roadveh_cmd.c b/roadveh_cmd.c index d4b485709..f74257a47 100644 --- a/roadveh_cmd.c +++ b/roadveh_cmd.c @@ -4,7 +4,7 @@ #include "openttd.h" #include "debug.h" #include "functions.h" -#include "road.h" +#include "road_map.h" #include "table/strings.h" #include "map.h" #include "tile.h" -- cgit v1.2.3-54-g00ecf