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. --- ttd.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'ttd.h') diff --git a/ttd.h b/ttd.h index 656c71640..5e60dec6d 100644 --- a/ttd.h +++ b/ttd.h @@ -1,9 +1,6 @@ #ifndef TTD_H #define TTD_H -// include strings -#include "table/strings.h" - #ifndef VARDEF #define VARDEF extern #endif -- cgit v1.2.3-54-g00ecf