summaryrefslogtreecommitdiff
path: root/ai_new.c
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 /ai_new.c
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 'ai_new.c')
-rw-r--r--ai_new.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ai_new.c b/ai_new.c
index 57f25643a..347129995 100644
--- a/ai_new.c
+++ b/ai_new.c
@@ -15,6 +15,7 @@
#include "stdafx.h"
#include "ttd.h"
+#include "table/strings.h"
#include "command.h"
#include "ai.h"
#include "town.h"