summaryrefslogtreecommitdiff
path: root/src/landscape.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-12-28 03:14:55 +0000
committerbelugas <belugas@openttd.org>2007-12-28 03:14:55 +0000
commit5087a6cdd76276118bcba6bd4c14425da76eef7d (patch)
tree5fa7e416ee23b77433ef53bf2261dd19ce457fcf /src/landscape.cpp
parente2efaaff876c153669571d859ba326169981a5d8 (diff)
downloadopenttd-5087a6cdd76276118bcba6bd4c14425da76eef7d.tar.xz
(svn r11713) -Codechange: Move some declarations and definitions in a more logical disposition
Diffstat (limited to 'src/landscape.cpp')
-rw-r--r--src/landscape.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/landscape.cpp b/src/landscape.cpp
index 1b92ec000..2f38a6e0a 100644
--- a/src/landscape.cpp
+++ b/src/landscape.cpp
@@ -19,7 +19,7 @@
#include "genworld.h"
#include "tile_cmd.h"
#include "core/alloc_func.hpp"
-#include "functions.h"
+#include "fios.h"
#include "window_func.h"
#include "functions.h"
#include "date_func.h"