(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 ad0f2be1ef
commit 0ca42cbd44
8 changed files with 26 additions and 32 deletions

View File

@@ -1,5 +1,7 @@
/* $Id$ */
#ifdef ENABLE_NETWORK
#include "stdafx.h"
#include "debug.h"
#include "string.h"
@@ -7,9 +9,6 @@
#include "network_data.h"
#include "train.h"
#include "date.h"
#ifdef ENABLE_NETWORK
#include "table/strings.h"
#include "functions.h"
#include "network_server.h"