diff options
author | tron <tron@openttd.org> | 2006-03-05 10:19:33 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2006-03-05 10:19:33 +0000 |
commit | cc4f5b4e6f8c99eb94dfb5513b4dc807440adf09 (patch) | |
tree | a52b37172cae58e82f096386586bea359126dd70 /tree_cmd.c | |
parent | 5913c3931bbb1ccb8283061a23f83d96c6ed1a38 (diff) | |
download | openttd-cc4f5b4e6f8c99eb94dfb5513b4dc807440adf09.tar.xz |
(svn r3763) Adapt to the new 'map accessors go in foo_map.h'-scheme
Diffstat (limited to 'tree_cmd.c')
-rw-r--r-- | tree_cmd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tree_cmd.c b/tree_cmd.c index 0aeef3db0..5742f916e 100644 --- a/tree_cmd.c +++ b/tree_cmd.c @@ -2,14 +2,14 @@ #include "stdafx.h" #include "openttd.h" -#include "clear.h" +#include "clear_map.h" #include "table/strings.h" #include "table/sprites.h" #include "table/tree_land.h" #include "functions.h" #include "map.h" #include "tile.h" -#include "tree.h" +#include "tree_map.h" #include "viewport.h" #include "command.h" #include "town.h" |