summaryrefslogtreecommitdiff
path: root/src/console_cmds.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-07 00:19:09 +0000
committerrubidium <rubidium@openttd.org>2008-01-07 00:19:09 +0000
commitacc7c9eb01b24b31334860594bbb00c85ccd8546 (patch)
treee2d571e7a2bcd64e4935d2f2df1811bb45953f7e /src/console_cmds.cpp
parent7be2160cfb8d7c21e0e8df134af4d012b9295873 (diff)
downloadopenttd-acc7c9eb01b24b31334860594bbb00c85ccd8546.tar.xz
(svn r11771) -Codechange: split settings.h into better separated headers.
Diffstat (limited to 'src/console_cmds.cpp')
-rw-r--r--src/console_cmds.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp
index c9065f347..0576233e8 100644
--- a/src/console_cmds.cpp
+++ b/src/console_cmds.cpp
@@ -16,7 +16,7 @@
#include "network/network_server.h"
#include "network/network_udp.h"
#include "command_func.h"
-#include "settings.h"
+#include "settings_func.h"
#include "fios.h"
#include "fileio.h"
#include "station.h"