network_gui.c
changeset 4826 63b1eb7c966b
parent 4774 91b96d852ba5
child 4830 0ff2a14e90be
--- a/network_gui.c	Thu Oct 12 13:46:45 2006 +0000
+++ b/network_gui.c	Thu Oct 12 14:13:39 2006 +0000
@@ -1,5 +1,6 @@
 /* $Id$ */
 
+#ifdef ENABLE_NETWORK
 #include "stdafx.h"
 #include "openttd.h"
 #include "string.h"
@@ -9,13 +10,11 @@
 #include "date.h"
 
 #include "fios.h"
-
-#ifdef ENABLE_NETWORK
-
 #include "table/strings.h"
 #include "functions.h"
 #include "network_data.h"
 #include "network_client.h"
+#include "network_gui.h"
 #include "network_gamelist.h"
 #include "window.h"
 #include "gui.h"