From d6cded53803de692eebc6dd41e9648f3399c9f7d Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 4 Oct 2009 17:16:41 +0000 Subject: (svn r17693) -Cleanup: remove some unneeded includes --- src/ai/api/ai_station.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/ai/api/ai_station.cpp') diff --git a/src/ai/api/ai_station.cpp b/src/ai/api/ai_station.cpp index ce9dc62a8..670355dff 100644 --- a/src/ai/api/ai_station.cpp +++ b/src/ai/api/ai_station.cpp @@ -13,15 +13,11 @@ #include "ai_cargo.hpp" #include "ai_map.hpp" #include "ai_town.hpp" -#include "../../command_func.h" #include "../../debug.h" #include "../../station_base.h" #include "../../roadstop_base.h" -#include "../../string_func.h" -#include "../../strings_func.h" #include "../../company_func.h" #include "../../town.h" -#include "table/strings.h" /* static */ bool AIStation::IsValidStation(StationID station_id) { -- cgit v1.2.3-54-g00ecf