diff options
author | rubidium <rubidium@openttd.org> | 2007-12-26 11:45:43 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-12-26 11:45:43 +0000 |
commit | f82aeb82c5fa241982d0efad72e72e32fe8fd6e2 (patch) | |
tree | 2bf1079b51205ab440f2044971a218287481a5f6 /src/pathfind.cpp | |
parent | 7058b2cce226cc3c1fba0644f68f5d64593547be (diff) | |
download | openttd-f82aeb82c5fa241982d0efad72e72e32fe8fd6e2.tar.xz |
(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h).
Diffstat (limited to 'src/pathfind.cpp')
-rw-r--r-- | src/pathfind.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pathfind.cpp b/src/pathfind.cpp index 87a66ba50..616f4e0eb 100644 --- a/src/pathfind.cpp +++ b/src/pathfind.cpp @@ -9,7 +9,6 @@ #include "depot.h" #include "tile_cmd.h" #include "landscape.h" -#include "map.h" #include "pathfind.h" #include "rail_type.h" #include "debug.h" |