(svn r7834) -Codechange: cleanup the includes of network/core a little; include headers in headers when the header needs types/constants defined in them.

This commit is contained in:
rubidium
2007-01-04 21:21:14 +00:00
parent bfe4dcbc39
commit b2f85eb044
7 changed files with 15 additions and 11 deletions

View File

@@ -3,14 +3,8 @@
#ifdef ENABLE_NETWORK
#include "../../stdafx.h"
#include "../../date.h"
#include "../../debug.h"
#include "../../macros.h"
#include "../../newgrf_config.h"
#include "os_abstraction.h"
#include "config.h"
#include "game.h"
#include "packet.h"
#include "udp.h"