summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-01-21 09:20:55 +0000
committerrubidium <rubidium@openttd.org>2009-01-21 09:20:55 +0000
commit59d61e5d9dc2a4f74d9bb139b388dcd19537fc95 (patch)
treee5cd39fb6fb88c66e0b286d8e38ce62b8f943a42 /src/newgrf.cpp
parentb44390bf3929a6570da11e71706965011d9b4333 (diff)
downloadopenttd-59d61e5d9dc2a4f74d9bb139b388dcd19537fc95.tar.xz
(svn r15192) -Cleanup: remove unused include
Diffstat (limited to 'src/newgrf.cpp')
-rw-r--r--src/newgrf.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp
index 8245262f7..7618bd005 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -54,7 +54,6 @@
#include "table/sprites.h"
#include "table/town_land.h"
#include "table/build_industry.h"
-#include "table/landscape_sprite.h"
/* TTDPatch extended GRF format codec
* (c) Petr Baudis 2004 (GPL'd)