summaryrefslogtreecommitdiff
path: root/src/pbs.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/pbs.cpp
parent68ace1b79bb712b471eb0d19ade19b20a7ad271d (diff)
downloadopenttd-faf5d899f7c162e1b8762ba5a781ea13fa58330f.tar.xz
(svn r22017) -Codechange: move MarkTileDirtyByTile to viewport_func.h
Diffstat (limited to 'src/pbs.cpp')
-rw-r--r--src/pbs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pbs.cpp b/src/pbs.cpp
index dbf7c0d55..5c6a0fbcb 100644
--- a/src/pbs.cpp
+++ b/src/pbs.cpp
@@ -10,7 +10,7 @@
/** @file pbs.cpp PBS support routines */
#include "stdafx.h"
-#include "functions.h"
+#include "viewport_func.h"
#include "vehicle_func.h"
#include "pathfinder/follow_track.hpp"