summaryrefslogtreecommitdiff
path: root/src/genworld_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-19 23:26:02 +0000
committerrubidium <rubidium@openttd.org>2007-12-19 23:26:02 +0000
commitbe923601bfba2e76bdf0b32af6d3f7f5e862b3a9 (patch)
tree6c554e9bcc282dbe3b7ab306ad3c91c7a4ff545b /src/genworld_gui.cpp
parent2cf7d5b2cb661ab905bbd8e37f2c10be1d00908f (diff)
downloadopenttd-be923601bfba2e76bdf0b32af6d3f7f5e862b3a9.tar.xz
(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h
Diffstat (limited to 'src/genworld_gui.cpp')
-rw-r--r--src/genworld_gui.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/genworld_gui.cpp b/src/genworld_gui.cpp
index ad01dea8f..a886b4290 100644
--- a/src/genworld_gui.cpp
+++ b/src/genworld_gui.cpp
@@ -12,7 +12,6 @@
#include "window_gui.h"
#include "textbuf_gui.h"
#include "gfx.h"
-#include "tile.h"
#include "strings.h"
#include "gfxinit.h"
#include "player.h"