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 | 5b49e754535d48bb42575bc987e9c8f3251cf595 (patch) | |
tree | 6c554e9bcc282dbe3b7ab306ad3c91c7a4ff545b /src/main_gui.cpp | |
parent | d582aea639e5d3ee592ec37f90b03bebbc3163f1 (diff) | |
download | openttd-5b49e754535d48bb42575bc987e9c8f3251cf595.tar.xz |
(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h
Diffstat (limited to 'src/main_gui.cpp')
-rw-r--r-- | src/main_gui.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main_gui.cpp b/src/main_gui.cpp index 26ea19ead..24df0f3ae 100644 --- a/src/main_gui.cpp +++ b/src/main_gui.cpp @@ -13,7 +13,6 @@ #include "table/sprites.h" #include "table/strings.h" #include "map.h" -#include "tile.h" #include "gui.h" #include "window_gui.h" #include "window_func.h" |