summaryrefslogtreecommitdiff
path: root/src/depot_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/depot_cmd.cpp
parent68d03b66e3a85e714bbcce3f3a53b55cfb597ab4 (diff)
downloadopenttd-750d369a2abd951edcc376f5fc7926de4bb4d5a3.tar.xz
(svn r22013) -Codechange: move some functions out of functions.h
Diffstat (limited to 'src/depot_cmd.cpp')
-rw-r--r--src/depot_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/depot_cmd.cpp b/src/depot_cmd.cpp
index 159c5bb04..bfc77e3ef 100644
--- a/src/depot_cmd.cpp
+++ b/src/depot_cmd.cpp
@@ -12,7 +12,7 @@
#include "stdafx.h"
#include "command_func.h"
#include "depot_base.h"
-#include "functions.h"
+#include "company_func.h"
#include "string_func.h"
#include "town.h"
#include "vehicle_gui.h"