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/aircraft_cmd.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/aircraft_cmd.cpp') diff --git a/src/aircraft_cmd.cpp b/src/aircraft_cmd.cpp index 22e04b0a0..25be72919 100644 --- a/src/aircraft_cmd.cpp +++ b/src/aircraft_cmd.cpp @@ -11,7 +11,6 @@ #include "station_map.h" #include "timetable.h" #include "depot.h" -#include "engine.h" #include "news_func.h" #include "aircraft.h" #include "airport.h" -- cgit v1.2.3-54-g00ecf