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/station.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/station.cpp') diff --git a/src/station.cpp b/src/station.cpp index cafdf51f2..9f59d72f8 100644 --- a/src/station.cpp +++ b/src/station.cpp @@ -13,7 +13,7 @@ #include "company_func.h" #include "company_base.h" #include "roadveh.h" -#include "functions.h" +#include "viewport_func.h" #include "window_func.h" #include "date_func.h" #include "command_func.h" -- cgit v1.2.3-54-g00ecf