(svn r17693) -Cleanup: remove some unneeded includes

This commit is contained in:
rubidium
2009-10-04 17:16:41 +00:00
parent 7c74afb1c3
commit 982b8ee5fc
185 changed files with 16 additions and 370 deletions

View File

@@ -14,9 +14,6 @@
#ifdef ENABLE_NETWORK
#include "address.h"
#include "config.h"
#include "host.h"
#include "../../string_func.h"
#include "../../debug.h"
const char *NetworkAddress::GetHostname()

View File

@@ -15,8 +15,6 @@
#include "../../stdafx.h"
#include "../../debug.h"
#include "os_abstraction.h"
#include "core.h"
#include "packet.h"

View File

@@ -13,10 +13,7 @@
#include "../../stdafx.h"
#include "../../debug.h"
#include "os_abstraction.h"
#include "address.h"
#include "../../core/alloc_func.hpp"
#include "../../string_func.h"
/**
* Internal implementation for finding the broadcast IPs.

View File

@@ -16,7 +16,6 @@
#include "../../stdafx.h"
#include "../../debug.h"
#include "packet.h"
#include "tcp.h"
NetworkTCPSocketHandler::NetworkTCPSocketHandler(SOCKET s) :

View File

@@ -14,8 +14,6 @@
#ifdef ENABLE_NETWORK
#include "../../stdafx.h"
#include "../../debug.h"
#include "../../core/smallvec_type.hpp"
#include "../../thread/thread.h"
#include "tcp.h"

View File

@@ -14,7 +14,6 @@
#ifdef ENABLE_NETWORK
#include "../../stdafx.h"
#include "../../debug.h"
#include "tcp_content.h"
ContentInfo::ContentInfo()

View File

@@ -15,11 +15,8 @@
#include "../../stdafx.h"
#include "../../openttd.h"
#include "../../variables.h"
#include "../network_internal.h"
#include "packet.h"
#include "tcp_game.h"
#include "../../core/pool_func.hpp"
#include "table/strings.h"

View File

@@ -14,12 +14,7 @@
#ifdef ENABLE_NETWORK
#include "../../stdafx.h"
#include "../../debug.h"
#include "../../core/bitmath_func.hpp"
#include "../../core/math_func.hpp"
#include "../../core/alloc_func.hpp"
#include "../../date_func.h"
#include "packet.h"
#include "udp.h"
/**