summaryrefslogtreecommitdiff
path: root/src/tree_cmd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-02-07 22:38:02 +0000
committerrubidium <rubidium@openttd.org>2011-02-07 22:38:02 +0000
commit0395aab420756b9e0a271011c754d4c70cc0c06f (patch)
treebc97f87fe0d9f1d95777f973f6474fa7c1220b71 /src/tree_cmd.cpp
parentbc3ce1e53bbc7c52138859053431f8d13a343096 (diff)
downloadopenttd-0395aab420756b9e0a271011c754d4c70cc0c06f.tar.xz
(svn r22019) -Codechange: s/functions.h/clear_func.h/
Diffstat (limited to 'src/tree_cmd.cpp')
-rw-r--r--src/tree_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tree_cmd.cpp b/src/tree_cmd.cpp
index 59bebc659..ea1656a00 100644
--- a/src/tree_cmd.cpp
+++ b/src/tree_cmd.cpp
@@ -19,7 +19,7 @@
#include "town.h"
#include "genworld.h"
#include "transparency.h"
-#include "functions.h"
+#include "clear_func.h"
#include "company_func.h"
#include "sound_func.h"
#include "water_map.h"