diff options
author | rubidium <rubidium@openttd.org> | 2007-12-21 22:50:51 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-12-21 22:50:51 +0000 |
commit | 6a9e77e0796a62a62e95ba5870f26b51a6b66c77 (patch) | |
tree | 92a4b604ccb6ae352038348f78b52b1f91cfd691 /src/road_map.cpp | |
parent | 1b53dbf9cc91f99db84a81c1f7cfa4ed8a6a7779 (diff) | |
download | openttd-6a9e77e0796a62a62e95ba5870f26b51a6b66c77.tar.xz |
(svn r11680) -Codechange: refactor more out of openttd.h and functions.h.
Diffstat (limited to 'src/road_map.cpp')
-rw-r--r-- | src/road_map.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/road_map.cpp b/src/road_map.cpp index 4d6a1d6f8..51723fa14 100644 --- a/src/road_map.cpp +++ b/src/road_map.cpp @@ -5,8 +5,7 @@ #include "stdafx.h" #include "openttd.h" #include "bridge_map.h" -#include "functions.h" -#include "landscape.h" +#include "tile_cmd.h" #include "road_map.h" #include "station.h" #include "tunnel_map.h" |