summaryrefslogtreecommitdiff
path: root/src/timetable_cmd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-02-07 22:08:11 +0000
committerrubidium <rubidium@openttd.org>2011-02-07 22:08:11 +0000
commit750d369a2abd951edcc376f5fc7926de4bb4d5a3 (patch)
tree5f0ae8c176bcc98307d36280f3206e19987f880f /src/timetable_cmd.cpp
parent68d03b66e3a85e714bbcce3f3a53b55cfb597ab4 (diff)
downloadopenttd-750d369a2abd951edcc376f5fc7926de4bb4d5a3.tar.xz
(svn r22013) -Codechange: move some functions out of functions.h
Diffstat (limited to 'src/timetable_cmd.cpp')
-rw-r--r--src/timetable_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timetable_cmd.cpp b/src/timetable_cmd.cpp
index fbb1ebe24..32fc5feab 100644
--- a/src/timetable_cmd.cpp
+++ b/src/timetable_cmd.cpp
@@ -11,7 +11,7 @@
#include "stdafx.h"
#include "command_func.h"
-#include "functions.h"
+#include "company_func.h"
#include "date_func.h"
#include "window_func.h"
#include "vehicle_base.h"