mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-19 12:39:11 +00:00
(svn r21890) -Cleanup: remove some unneeded includes
This commit is contained in:
@@ -12,11 +12,9 @@
|
||||
#ifdef ENABLE_NETWORK
|
||||
|
||||
#include "../stdafx.h"
|
||||
#include "../debug.h"
|
||||
#include "../strings_func.h"
|
||||
#include "../date_func.h"
|
||||
#include "network_admin.h"
|
||||
#include "network.h"
|
||||
#include "network_base.h"
|
||||
#include "network_server.h"
|
||||
#include "../command_func.h"
|
||||
@@ -26,8 +24,6 @@
|
||||
#include "../map_func.h"
|
||||
#include "../rev.h"
|
||||
|
||||
#include "table/strings.h"
|
||||
#include "network_client.h"
|
||||
|
||||
/* This file handles all the admin network commands. */
|
||||
|
||||
|
@@ -14,7 +14,6 @@
|
||||
#ifdef ENABLE_NETWORK
|
||||
|
||||
#include "../stdafx.h"
|
||||
#include "../date_func.h"
|
||||
#include "../gfx_func.h"
|
||||
#include "../strings_func.h"
|
||||
#include "../blitter/factory.hpp"
|
||||
|
@@ -13,14 +13,11 @@
|
||||
|
||||
#include "../stdafx.h"
|
||||
#include "../debug.h"
|
||||
#include "network_internal.h"
|
||||
#include "network_gui.h"
|
||||
#include "../saveload/saveload.h"
|
||||
#include "../saveload/saveload_filter.h"
|
||||
#include "../command_func.h"
|
||||
#include "../console_func.h"
|
||||
#include "../fileio_func.h"
|
||||
#include "../3rdparty/md5/md5.h"
|
||||
#include "../strings_func.h"
|
||||
#include "../window_func.h"
|
||||
#include "../company_func.h"
|
||||
|
@@ -12,11 +12,9 @@
|
||||
#ifdef ENABLE_NETWORK
|
||||
|
||||
#include "../stdafx.h"
|
||||
#include "../debug.h"
|
||||
#include "network_admin.h"
|
||||
#include "network_client.h"
|
||||
#include "network_server.h"
|
||||
#include "network.h"
|
||||
#include "../command_func.h"
|
||||
#include "../company_func.h"
|
||||
#include "../settings_type.h"
|
||||
|
@@ -12,13 +12,11 @@
|
||||
#ifdef ENABLE_NETWORK
|
||||
|
||||
#include "../stdafx.h"
|
||||
#include "../debug.h"
|
||||
#include "../strings_func.h"
|
||||
#include "../date_func.h"
|
||||
#include "network_admin.h"
|
||||
#include "network_server.h"
|
||||
#include "network_udp.h"
|
||||
#include "network.h"
|
||||
#include "network_base.h"
|
||||
#include "../console_func.h"
|
||||
#include "../company_base.h"
|
||||
@@ -27,7 +25,6 @@
|
||||
#include "../saveload/saveload_filter.h"
|
||||
#include "../station_base.h"
|
||||
#include "../genworld.h"
|
||||
#include "../fileio_func.h"
|
||||
#include "../company_func.h"
|
||||
#include "../company_gui.h"
|
||||
#include "../window_func.h"
|
||||
@@ -37,7 +34,6 @@
|
||||
#include "../core/random_func.hpp"
|
||||
#include "../rev.h"
|
||||
|
||||
#include "table/strings.h"
|
||||
|
||||
/* This file handles all the server-commands */
|
||||
|
||||
|
Reference in New Issue
Block a user