diff options
author | glx <glx@openttd.org> | 2007-06-19 19:49:03 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2007-06-19 19:49:03 +0000 |
commit | fe7f4a2f9cb7e7337ae0062a6d8aaa2c61daab5f (patch) | |
tree | dc98ff766a93ebc5e4903c3326d93ebcd5ec8367 /src | |
parent | 0d623dbed4d9fc3691d3b0e7ec7942e2c7e60320 (diff) | |
download | openttd-fe7f4a2f9cb7e7337ae0062a6d8aaa2c61daab5f.tar.xz |
(svn r10229) -Cleanup: removed duplicate include (dihedral)
Diffstat (limited to 'src')
-rw-r--r-- | src/landscape.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/landscape.cpp b/src/landscape.cpp index e2bccc137..61a9a1a8e 100644 --- a/src/landscape.cpp +++ b/src/landscape.cpp @@ -22,7 +22,6 @@ #include "water_map.h" #include "tgp.h" #include "genworld.h" -#include "heightmap.h" extern const TileTypeProcs _tile_type_clear_procs, |