summaryrefslogtreecommitdiff
path: root/src/screenshot.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-26 11:45:43 +0000
committerrubidium <rubidium@openttd.org>2007-12-26 11:45:43 +0000
commitf82aeb82c5fa241982d0efad72e72e32fe8fd6e2 (patch)
tree2bf1079b51205ab440f2044971a218287481a5f6 /src/screenshot.cpp
parent7058b2cce226cc3c1fba0644f68f5d64593547be (diff)
downloadopenttd-f82aeb82c5fa241982d0efad72e72e32fe8fd6e2.tar.xz
(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h).
Diffstat (limited to 'src/screenshot.cpp')
-rw-r--r--src/screenshot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screenshot.cpp b/src/screenshot.cpp
index e3d6f3911..ea377981c 100644
--- a/src/screenshot.cpp
+++ b/src/screenshot.cpp
@@ -17,7 +17,7 @@
#include "zoom_func.h"
#include "core/alloc_func.hpp"
#include "core/endian_func.hpp"
-#include "map.h"
+#include "map_func.h"
char _screenshot_format_name[8];
uint _num_screenshot_formats;