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/newgrf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newgrf.cpp') diff --git a/src/newgrf.cpp b/src/newgrf.cpp index 6c7a367a6..08979a6e4 100644 --- a/src/newgrf.cpp +++ b/src/newgrf.cpp @@ -18,7 +18,6 @@ #include "newgrf.h" #include "variables.h" #include "string.h" -#include "strings.h" #include "table/strings.h" #include "bridge.h" #include "town.h" @@ -49,6 +48,7 @@ #include "gfxinit.h" #include "fios.h" #include "rail.h" +#include "strings_func.h" /* TTDPatch extended GRF format codec * (c) Petr Baudis 2004 (GPL'd) -- cgit v1.2.3-54-g00ecf