summaryrefslogtreecommitdiff
path: root/src/tunnelbridge_cmd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-12-02 16:48:55 +0000
committerrubidium <rubidium@openttd.org>2009-12-02 16:48:55 +0000
commit9426f2b1737c060cd5d40e525b1801b73c14ef82 (patch)
tree313aa8cfc36189107418ab252141036bc55d52f0 /src/tunnelbridge_cmd.cpp
parentd58e4084de772b16a6bc7414ec6a99616acc0988 (diff)
downloadopenttd-9426f2b1737c060cd5d40e525b1801b73c14ef82.tar.xz
(svn r18379) -Codechange: move the cache updating function to its own header to reduce the include 'pathfinder' dependencies
Diffstat (limited to 'src/tunnelbridge_cmd.cpp')
-rw-r--r--src/tunnelbridge_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
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"