(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

3
ttd.h
View File

@@ -1,9 +1,6 @@
#ifndef TTD_H
#define TTD_H
// include strings
#include "table/strings.h"
#ifndef VARDEF
#define VARDEF extern
#endif