From 6d6be50ae0b0a0b233f918c3d7b9c0b623676439 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 3 Jan 2012 21:32:51 +0000 Subject: (svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files --- src/company_cmd.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/company_cmd.cpp') diff --git a/src/company_cmd.cpp b/src/company_cmd.cpp index ea15b074f..eba947298 100644 --- a/src/company_cmd.cpp +++ b/src/company_cmd.cpp @@ -10,7 +10,6 @@ /** @file company_cmd.cpp Handling of companies. */ #include "stdafx.h" -#include "engine_base.h" #include "company_base.h" #include "company_func.h" #include "company_gui.h" @@ -18,8 +17,6 @@ #include "news_func.h" #include "cmd_helper.h" #include "command_func.h" -#include "network/network.h" -#include "network/network_func.h" #include "network/network_base.h" #include "network/network_admin.h" #include "ai/ai.hpp" @@ -33,11 +30,9 @@ #include "settings_func.h" #include "vehicle_base.h" #include "vehicle_func.h" -#include "sprite.h" #include "smallmap_gui.h" #include "game/game.hpp" -#include "table/strings.h" CompanyByte _local_company; ///< Company controlled by the human player at this client. Can also be #COMPANY_SPECTATOR. CompanyByte _current_company; ///< Company currently doing an action. -- cgit v1.2.3-54-g00ecf