(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.
This commit is contained in:
tron
2004-11-25 10:47:30 +00:00
parent 908d2471ec
commit acbd1801c7
63 changed files with 62 additions and 21 deletions

1
unix.c
View File

@@ -1,5 +1,6 @@
#include "stdafx.h"
#include "ttd.h"
#include "table/strings.h"
#include "hal.h"
#include <dirent.h>