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/openttd.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/openttd.cpp') diff --git a/src/openttd.cpp b/src/openttd.cpp index 70e2a1b51..f11e10f7d 100644 --- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -28,7 +28,6 @@ #include "town.h" #include "industry.h" #include "news_func.h" -#include "engine.h" #include "fileio.h" #include "fios.h" #include "airport.h" -- cgit v1.2.3-54-g00ecf