summaryrefslogtreecommitdiff
path: root/src/heightmap.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-01-04 15:32:25 +0000
committersmatz <smatz@openttd.org>2009-01-04 15:32:25 +0000
commit91233ea596aa3cdf00447b23d68cae6083efb6bb (patch)
tree56e0ff1f4048e467cf123e92ca788c3c4bbc0f94 /src/heightmap.cpp
parente62e12e7f547b8191b9d6c2c7dc5536de05caaf3 (diff)
downloadopenttd-91233ea596aa3cdf00447b23d68cae6083efb6bb.tar.xz
(svn r14828) -Codechange: move most of save/load-specific code to separate files
Diffstat (limited to 'src/heightmap.cpp')
-rw-r--r--src/heightmap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heightmap.cpp b/src/heightmap.cpp
index 1add9853c..2ca58b14c 100644
--- a/src/heightmap.cpp
+++ b/src/heightmap.cpp
@@ -10,7 +10,7 @@
#include "void_map.h"
#include "debug.h"
#include "gui.h"
-#include "saveload.h"
+#include "saveload/saveload.h"
#include "bmp.h"
#include "gfx_func.h"
#include "core/alloc_func.hpp"