summaryrefslogtreecommitdiff
path: root/smallmap_gui.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-03-05 10:19:33 +0000
committertron <tron@openttd.org>2006-03-05 10:19:33 +0000
commitcc4f5b4e6f8c99eb94dfb5513b4dc807440adf09 (patch)
treea52b37172cae58e82f096386586bea359126dd70 /smallmap_gui.c
parent5913c3931bbb1ccb8283061a23f83d96c6ed1a38 (diff)
downloadopenttd-cc4f5b4e6f8c99eb94dfb5513b4dc807440adf09.tar.xz
(svn r3763) Adapt to the new 'map accessors go in foo_map.h'-scheme
Diffstat (limited to 'smallmap_gui.c')
-rw-r--r--smallmap_gui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/smallmap_gui.c b/smallmap_gui.c
index 03f99eaa3..1820845ca 100644
--- a/smallmap_gui.c
+++ b/smallmap_gui.c
@@ -2,7 +2,7 @@
#include "stdafx.h"
#include "openttd.h"
-#include "clear.h"
+#include "clear_map.h"
#include "functions.h"
#include "spritecache.h"
#include "table/strings.h"
@@ -10,7 +10,7 @@
#include "map.h"
#include "tile.h"
#include "gui.h"
-#include "tree.h"
+#include "tree_map.h"
#include "window.h"
#include "gfx.h"
#include "viewport.h"