(svn r6750) -Codechange: Juggle around some header includes as they're only used when

networking is enabled.
This commit is contained in:
Darkvater
2006-10-12 14:13:39 +00:00
parent e78f6b7b73
commit d983d93732
8 changed files with 26 additions and 32 deletions

View File

@@ -1,12 +1,10 @@
/* $Id$ */
#ifdef ENABLE_NETWORK
#include "stdafx.h"
#include "debug.h"
#include "network_data.h"
// Is the network enabled?
#ifdef ENABLE_NETWORK
#include "functions.h"
#include "string.h"
#include "table/strings.h"