summaryrefslogtreecommitdiff
path: root/ttd.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2004-11-25 10:47:30 +0000
committertron <tron@openttd.org>2004-11-25 10:47:30 +0000
commitacbd1801c75640d7385b20cc6f198fdce8121a6a (patch)
tree3b4e443df0c8160815e5a38e4c1181d0fefeb361 /ttd.h
parent908d2471ec4519566e8dd36bf24d6750f161cda9 (diff)
downloadopenttd-acbd1801c75640d7385b20cc6f198fdce8121a6a.tar.xz
(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.
Diffstat (limited to 'ttd.h')
-rw-r--r--ttd.h3
1 files changed, 0 insertions, 3 deletions
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