summaryrefslogtreecommitdiff
path: root/settings.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-08-06 14:59:54 +0000
committertron <tron@openttd.org>2005-08-06 14:59:54 +0000
commitb62887b973bb4425f4a9f86af847e39a3a1ffc27 (patch)
treeabe83980b6dfec97b5a7f8cb50bc2959e2656c88 /settings.c
parent22c06dffde8a0f9084feea64390c52591efa89c5 (diff)
downloadopenttd-b62887b973bb4425f4a9f86af847e39a3a1ffc27.tar.xz
(svn r2815) Store the currency information in one central place instead of scattering it in several unrelated files
Diffstat (limited to 'settings.c')
-rw-r--r--settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.c b/settings.c
index 6f2a51962..37f8872d5 100644
--- a/settings.c
+++ b/settings.c
@@ -2,6 +2,7 @@
#include "stdafx.h"
#include "openttd.h"
+#include "currency.h"
#include "functions.h"
#include "macros.h"
#include "screenshot.h"
@@ -9,7 +10,6 @@
#include "spritecache.h"
#include "string.h"
#include "variables.h"
-#include "table/currency.h"
#include "network.h"
#include "settings.h"