From 9426f2b1737c060cd5d40e525b1801b73c14ef82 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 2 Dec 2009 16:48:55 +0000 Subject: (svn r18379) -Codechange: move the cache updating function to its own header to reduce the include 'pathfinder' dependencies --- src/tunnelbridge_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tunnelbridge_cmd.cpp') diff --git a/src/tunnelbridge_cmd.cpp b/src/tunnelbridge_cmd.cpp index 7348a0d4d..1f3bfdcc6 100644 --- a/src/tunnelbridge_cmd.cpp +++ b/src/tunnelbridge_cmd.cpp @@ -25,7 +25,7 @@ #include "ship.h" #include "roadveh.h" #include "water_map.h" -#include "pathfinder/yapf/yapf.h" +#include "pathfinder/yapf/yapf_cache.h" #include "newgrf_sound.h" #include "autoslope.h" #include "tunnelbridge_map.h" -- cgit v1.2.3-54-g00ecf