From 750d369a2abd951edcc376f5fc7926de4bb4d5a3 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 7 Feb 2011 22:08:11 +0000 Subject: (svn r22013) -Codechange: move some functions out of functions.h --- src/depot_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/depot_cmd.cpp') 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" -- cgit v1.2.3-54-g00ecf