summaryrefslogtreecommitdiff
path: root/network_udp.c
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2006-10-12 14:13:39 +0000
committerDarkvater <darkvater@openttd.org>2006-10-12 14:13:39 +0000
commitd983d9373231d4593791fafa431211637275b7b4 (patch)
treefbb126240d1c40050c711e6dc55e464a97dd40d5 /network_udp.c
parente78f6b7b73fed7a783f637935aa72ceadc7aa7a2 (diff)
downloadopenttd-d983d9373231d4593791fafa431211637275b7b4.tar.xz
(svn r6750) -Codechange: Juggle around some header includes as they're only used when
networking is enabled.
Diffstat (limited to 'network_udp.c')
-rw-r--r--network_udp.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/network_udp.c b/network_udp.c
index 5ec1f2376..932de9d9e 100644
--- a/network_udp.c
+++ b/network_udp.c
@@ -1,13 +1,12 @@
/* $Id$ */
+#ifdef ENABLE_NETWORK
+
#include "stdafx.h"
#include "debug.h"
#include "string.h"
#include "network_data.h"
#include "date.h"
-
-#ifdef ENABLE_NETWORK
-
#include "map.h"
#include "network_gamelist.h"
#include "network_udp.h"