(svn r6750) -Codechange: Juggle around some header includes as they're only used when
networking is enabled.
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
/* $Id$ */
|
||||
|
||||
#ifdef ENABLE_NETWORK
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "debug.h"
|
||||
#include "string.h"
|
||||
#include "strings.h"
|
||||
#include "network_data.h"
|
||||
#include "date.h"
|
||||
|
||||
#ifdef ENABLE_NETWORK
|
||||
|
||||
#include "table/strings.h"
|
||||
#include "functions.h"
|
||||
#include "network_client.h"
|
||||
|
||||
Reference in New Issue
Block a user