summaryrefslogtreecommitdiff
path: root/src/tree_cmd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-26 11:45:43 +0000
committerrubidium <rubidium@openttd.org>2007-12-26 11:45:43 +0000
commitf82aeb82c5fa241982d0efad72e72e32fe8fd6e2 (patch)
tree2bf1079b51205ab440f2044971a218287481a5f6 /src/tree_cmd.cpp
parent7058b2cce226cc3c1fba0644f68f5d64593547be (diff)
downloadopenttd-f82aeb82c5fa241982d0efad72e72e32fe8fd6e2.tar.xz
(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h).
Diffstat (limited to 'src/tree_cmd.cpp')
-rw-r--r--src/tree_cmd.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tree_cmd.cpp b/src/tree_cmd.cpp
index a70203197..b8fedf23b 100644
--- a/src/tree_cmd.cpp
+++ b/src/tree_cmd.cpp
@@ -10,7 +10,6 @@
#include "table/sprites.h"
#include "table/tree_land.h"
#include "tile_cmd.h"
-#include "map.h"
#include "landscape.h"
#include "tree_map.h"
#include "viewport.h"