diff options
author | rubidium <rubidium@openttd.org> | 2012-01-03 21:32:51 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2012-01-03 21:32:51 +0000 |
commit | 6d6be50ae0b0a0b233f918c3d7b9c0b623676439 (patch) | |
tree | 363706bbe1ba6b6371262054186fc05b6ec938a7 /src/company_cmd.cpp | |
parent | d880056415cf6254e86a3038a8ed2d02f8af2267 (diff) | |
download | openttd-6d6be50ae0b0a0b233f918c3d7b9c0b623676439.tar.xz |
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
Diffstat (limited to 'src/company_cmd.cpp')
-rw-r--r-- | src/company_cmd.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
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. |