diff options
author | rubidium <rubidium@openttd.org> | 2007-12-19 23:26:02 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-12-19 23:26:02 +0000 |
commit | be923601bfba2e76bdf0b32af6d3f7f5e862b3a9 (patch) | |
tree | 6c554e9bcc282dbe3b7ab306ad3c91c7a4ff545b /src/pathfind.cpp | |
parent | 2cf7d5b2cb661ab905bbd8e37f2c10be1d00908f (diff) | |
download | openttd-be923601bfba2e76bdf0b32af6d3f7f5e862b3a9.tar.xz |
(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_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 6fc812c89..ae7d258fa 100644 --- a/src/pathfind.cpp +++ b/src/pathfind.cpp @@ -10,7 +10,6 @@ #include "functions.h" #include "landscape.h" #include "map.h" -#include "tile.h" #include "pathfind.h" #include "rail_type.h" #include "debug.h" |