From 5a7c9037709772e4678ee57d9b42f5332bd66f97 Mon Sep 17 00:00:00 2001 From: smatz Date: Wed, 23 Jan 2008 22:34:04 +0000 Subject: (svn r11968) -Codechange: remove redundant FindLengthOfTunnel(), use GetTunnelBridgeLength() and/or GetOtherTunnelEnd() instead --- src/yapf/yapf.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/yapf/yapf.hpp') diff --git a/src/yapf/yapf.hpp b/src/yapf/yapf.hpp index d728d0bfe..b98dfdf4b 100644 --- a/src/yapf/yapf.hpp +++ b/src/yapf/yapf.hpp @@ -23,6 +23,7 @@ #include "../waypoint.h" #include "../debug.h" #include "../settings_type.h" +#include "../tunnelbridge.h" extern uint64 _rdtsc(); -- cgit v1.2.3-54-g00ecf