summaryrefslogtreecommitdiff
path: root/src/waypoint_cmd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-02-07 22:29:47 +0000
committerrubidium <rubidium@openttd.org>2011-02-07 22:29:47 +0000
commitfaf5d899f7c162e1b8762ba5a781ea13fa58330f (patch)
treeee16420cdb29e9b606b0e4f4fdf6fd91ce7ee63e /src/waypoint_cmd.cpp
parent68ace1b79bb712b471eb0d19ade19b20a7ad271d (diff)
downloadopenttd-faf5d899f7c162e1b8762ba5a781ea13fa58330f.tar.xz
(svn r22017) -Codechange: move MarkTileDirtyByTile to viewport_func.h
Diffstat (limited to 'src/waypoint_cmd.cpp')
-rw-r--r--src/waypoint_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
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"