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/strings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strings.cpp') diff --git a/src/strings.cpp b/src/strings.cpp index 264947e91..e92c2fce4 100644 --- a/src/strings.cpp +++ b/src/strings.cpp @@ -5,7 +5,6 @@ #include "stdafx.h" #include "openttd.h" #include "currency.h" -#include "string.h" #include "table/strings.h" #include "namegen.h" #include "station.h" @@ -34,6 +33,7 @@ #include "core/endian_func.hpp" #include "date_func.h" #include "vehicle_base.h" +#include "string_func.h" /* for opendir/readdir/closedir */ # include "fios.h" -- cgit v1.2.3-54-g00ecf