From 8427b8bad22d295f546b1857fb375063b6388a40 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 21 Dec 2007 19:49:27 +0000 Subject: (svn r11675) -Codechange: split the string types from the string functions. --- src/smallmap_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/smallmap_gui.cpp') diff --git a/src/smallmap_gui.cpp b/src/smallmap_gui.cpp index eaf016cb4..1371dd84b 100644 --- a/src/smallmap_gui.cpp +++ b/src/smallmap_gui.cpp @@ -11,7 +11,6 @@ #include "industry.h" #include "station_map.h" #include "table/strings.h" -#include "strings.h" #include "table/sprites.h" #include "landscape.h" #include "map.h" @@ -28,6 +27,7 @@ #include "variables.h" #include "blitter/factory.hpp" #include "tunnelbridge_map.h" +#include "strings_func.h" static const Widget _smallmap_widgets[] = { -- cgit v1.2.3-54-g00ecf