summaryrefslogtreecommitdiff
path: root/src
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
commitaafb780f75b5d4fe4bcb21346b36953a870dab39 (patch)
treee5cd39fb6fb88c66e0b286d8e38ce62b8f943a42 /src
parente30d3913454addb07f9566a1b83cfa4d42f74988 (diff)
downloadopenttd-aafb780f75b5d4fe4bcb21346b36953a870dab39.tar.xz
(svn r15192) -Cleanup: remove unused include
Diffstat (limited to 'src')
-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)