From 284d9ed7fb9704f043220414efe0886aa2fa158e Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 21 Jul 2005 18:44:27 +0000 Subject: (svn r2663) Include variables.h only in these files which need it, not globally via openttd.h --- settings.c | 1 + 1 file changed, 1 insertion(+) (limited to 'settings.c') diff --git a/settings.c b/settings.c index 44d6287d5..5a9b47178 100644 --- a/settings.c +++ b/settings.c @@ -4,6 +4,7 @@ #include "sound.h" #include "spritecache.h" #include "string.h" +#include "variables.h" #include "table/currency.h" #include "network.h" #include "settings.h" -- cgit v1.2.3-54-g00ecf