summaryrefslogtreecommitdiff
path: root/src/tile_map.h
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/tile_map.h
parent7058b2cce226cc3c1fba0644f68f5d64593547be (diff)
downloadopenttd-f82aeb82c5fa241982d0efad72e72e32fe8fd6e2.tar.xz
(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h).
Diffstat (limited to 'src/tile_map.h')
-rw-r--r--src/tile_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tile_map.h b/src/tile_map.h
index 1e7ad67ed..faf5f8dd6 100644
--- a/src/tile_map.h
+++ b/src/tile_map.h
@@ -7,7 +7,7 @@
#include "tile_type.h"
#include "slope_type.h"
-#include "map.h"
+#include "map_func.h"
#include "core/bitmath_func.hpp"
/**