From a3ccdcea3663963939f75a9cc842f915b8e49767 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 7 Jan 2008 14:23:25 +0000 Subject: (svn r11777) -Codechange: split the string header and make do not include it when it's not necessary. --- 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 dd8fb28e4..cd6611859 100644 --- a/src/news_gui.cpp +++ b/src/news_gui.cpp @@ -10,13 +10,13 @@ #include "viewport.h" #include "news.h" #include "variables.h" -#include "string.h" #include "transparency.h" #include "strings_func.h" #include "window_func.h" #include "date_func.h" #include "vehicle_base.h" #include "sound_func.h" +#include "string_func.h" /** @file news_gui.cpp * -- cgit v1.2.3-54-g00ecf