summaryrefslogtreecommitdiff
path: root/src/command.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/command.cpp
parent7058b2cce226cc3c1fba0644f68f5d64593547be (diff)
downloadopenttd-f82aeb82c5fa241982d0efad72e72e32fe8fd6e2.tar.xz
(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h).
Diffstat (limited to 'src/command.cpp')
-rw-r--r--src/command.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/command.cpp b/src/command.cpp
index 141957abc..fcbeefa18 100644
--- a/src/command.cpp
+++ b/src/command.cpp
@@ -6,7 +6,6 @@
#include "openttd.h"
#include "table/strings.h"
#include "landscape.h"
-#include "map.h"
#include "tile_map.h"
#include "gui.h"
#include "command_func.h"