(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header

This commit is contained in:
rubidium
2010-01-15 16:41:15 +00:00
parent f380a7239d
commit 82fc28f77f
295 changed files with 308 additions and 351 deletions

View File

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

View File

@@ -14,7 +14,6 @@
#ifndef NETWORK_CORE_H
#define NETWORK_CORE_H
#include "os_abstraction.h"
#include "../../newgrf_config.h"
#ifdef ENABLE_NETWORK

View File

@@ -14,6 +14,8 @@
#ifndef NETWORK_CORE_HOST_H
#define NETWORK_CORE_HOST_H
#include "address.h"
void NetworkFindBroadcastIPs(NetworkAddressList *broadcast);
#endif /* NETWORK_CORE_HOST_H */

View File

@@ -14,9 +14,7 @@
#ifndef NETWORK_CORE_TCP_H
#define NETWORK_CORE_TCP_H
#include "os_abstraction.h"
#include "address.h"
#include "core.h"
#include "packet.h"
#ifdef ENABLE_NETWORK

View File

@@ -15,6 +15,7 @@
#include "../../stdafx.h"
#include "../network.h"
#include "../network_internal.h"
#include "../../core/pool_func.hpp"

View File

@@ -16,7 +16,7 @@
#include "os_abstraction.h"
#include "tcp.h"
#include "packet.h"
#include "../network_type.h"
#include "../../core/pool_type.hpp"
#ifdef ENABLE_NETWORK

View File

@@ -15,6 +15,7 @@
#include "../../stdafx.h"
#include "../../date_func.h"
#include "../../debug.h"
#include "udp.h"
/**

View File

@@ -71,12 +71,9 @@
#ifndef NETWORK_CORE_UDP_H
#define NETWORK_CORE_UDP_H
#include "os_abstraction.h"
#include "address.h"
#include "core.h"
#include "game.h"
#include "packet.h"
#include "../../debug.h"
#ifdef ENABLE_NETWORK