From df1d9bd8808fbf0f7e871f6ab5b361b7c8c4ad9d Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 31 Mar 2008 00:17:39 +0000 Subject: (svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneeded inclusions of engine.h and/or replace them with engine_type.h. --- src/rail_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rail_cmd.cpp') diff --git a/src/rail_cmd.cpp b/src/rail_cmd.cpp index 2828bfafe..8e1e0ba5d 100644 --- a/src/rail_cmd.cpp +++ b/src/rail_cmd.cpp @@ -17,7 +17,7 @@ #include "viewport_func.h" #include "command_func.h" #include "pathfind.h" -#include "engine.h" +#include "engine_func.h" #include "town.h" #include "sprite.h" #include "depot.h" -- cgit v1.2.3-54-g00ecf