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/news_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/news_gui.cpp') diff --git a/src/news_gui.cpp b/src/news_gui.cpp index 44a9934ba..246f86120 100644 --- a/src/news_gui.cpp +++ b/src/news_gui.cpp @@ -4,7 +4,6 @@ #include "stdafx.h" #include "openttd.h" #include "functions.h" -#include "strings.h" #include "table/sprites.h" #include "table/strings.h" #include "gui.h" @@ -18,6 +17,7 @@ #include "date.h" #include "string.h" #include "transparency.h" +#include "strings_func.h" /** @file news_gui.cpp * -- cgit v1.2.3-54-g00ecf