network_server.c
changeset 4826 6a545d194528
parent 4717 a614b951ed57
child 4848 45f848b46222
--- a/network_server.c	Thu Oct 12 13:46:45 2006 +0000
+++ b/network_server.c	Thu Oct 12 14:13:39 2006 +0000
@@ -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"