From acbd1801c75640d7385b20cc6f198fdce8121a6a Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 25 Nov 2004 10:47:30 +0000 Subject: (svn r815) Include strings.h only in the files which need it. This should reduce the compile time after altering english.txt by about 1/3, because "only" 62 instead of 90 .c files must be recompiled. --- road_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'road_gui.c') diff --git a/road_gui.c b/road_gui.c index c7779b878..61b8a1668 100644 --- a/road_gui.c +++ b/road_gui.c @@ -1,6 +1,6 @@ #include "stdafx.h" #include "ttd.h" - +#include "table/strings.h" #include "window.h" #include "gui.h" #include "viewport.h" -- cgit v1.2.3-54-g00ecf