From faf5d899f7c162e1b8762ba5a781ea13fa58330f Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 7 Feb 2011 22:29:47 +0000 Subject: (svn r22017) -Codechange: move MarkTileDirtyByTile to viewport_func.h --- src/waypoint_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/waypoint_cmd.cpp') diff --git a/src/waypoint_cmd.cpp b/src/waypoint_cmd.cpp index b50d4c552..da64f5aba 100644 --- a/src/waypoint_cmd.cpp +++ b/src/waypoint_cmd.cpp @@ -19,7 +19,7 @@ #include "waypoint_base.h" #include "pathfinder/yapf/yapf_cache.h" #include "strings_func.h" -#include "functions.h" +#include "viewport_func.h" #include "window_func.h" #include "date_func.h" #include "vehicle_func.h" -- cgit v1.2.3-54-g00ecf