diff options
author | rubidium <rubidium@openttd.org> | 2009-01-21 09:20:55 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-01-21 09:20:55 +0000 |
commit | aafb780f75b5d4fe4bcb21346b36953a870dab39 (patch) | |
tree | e5cd39fb6fb88c66e0b286d8e38ce62b8f943a42 | |
parent | e30d3913454addb07f9566a1b83cfa4d42f74988 (diff) | |
download | openttd-aafb780f75b5d4fe4bcb21346b36953a870dab39.tar.xz |
(svn r15192) -Cleanup: remove unused include
-rw-r--r-- | src/newgrf.cpp | 1 |
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) |