From ef2be7d0fc13aadeb124481943c573ff224162a9 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/economy.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/economy.cpp') diff --git a/src/economy.cpp b/src/economy.cpp index 9a7203af0..0544f2b68 100644 --- a/src/economy.cpp +++ b/src/economy.cpp @@ -14,7 +14,6 @@ #include "town.h" #include "news_func.h" #include "network/network.h" -#include "engine.h" #include "network/network_data.h" #include "variables.h" #include "vehicle_gui.h" -- cgit v1.2.3-54-g00ecf