diff options
Diffstat (limited to 'smallmap_gui.c')
-rw-r--r-- | smallmap_gui.c | 4 |
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" |