(svn r6750) -Codechange: Juggle around some header includes as they're only used when
networking is enabled.
This commit is contained in:
18
network.c
18
network.c
@@ -1,16 +1,7 @@
|
||||
/* $Id$ */
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "openttd.h"
|
||||
#include "debug.h"
|
||||
#include "functions.h"
|
||||
#include "string.h"
|
||||
#include "strings.h"
|
||||
#include "map.h"
|
||||
#include "network_data.h"
|
||||
#include "command.h"
|
||||
#include "variables.h"
|
||||
#include "date.h"
|
||||
|
||||
#if defined(WITH_REV)
|
||||
extern const char _openttd_revision[];
|
||||
@@ -24,6 +15,15 @@
|
||||
|
||||
#ifdef ENABLE_NETWORK
|
||||
|
||||
#include "openttd.h"
|
||||
#include "debug.h"
|
||||
#include "functions.h"
|
||||
#include "string.h"
|
||||
#include "strings.h"
|
||||
#include "map.h"
|
||||
#include "command.h"
|
||||
#include "variables.h"
|
||||
#include "date.h"
|
||||
#include "table/strings.h"
|
||||
#include "network_client.h"
|
||||
#include "network_server.h"
|
||||
|
||||
Reference in New Issue
Block a user