From 433a9f3c0904a85a6a6efc31dc124a6b43f29314 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/economy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/economy.cpp') diff --git a/src/economy.cpp b/src/economy.cpp index eae326ddb..d2a4f8878 100644 --- a/src/economy.cpp +++ b/src/economy.cpp @@ -7,7 +7,6 @@ #include "currency.h" #include "functions.h" #include "landscape.h" -#include "strings.h" // XXX InjectDParam() #include "table/strings.h" #include "table/sprites.h" #include "map.h" @@ -41,6 +40,7 @@ #include "cargotype.h" #include "player_face.h" #include "group.h" +#include "strings_func.h" /** * Multiply two integer values and shift the results to right. -- cgit v1.2.3-54-g00ecf