(svn r2137) - CodeChange: Remove unnecessary preprocessor magic
authorDarkvater
Sat, 02 Apr 2005 23:06:54 +0000
changeset 1633 329a0b826a64
parent 1632 10c391e108b7
child 1634 2d30b94f6b5d
(svn r2137) - CodeChange: Remove unnecessary preprocessor magic
main_gui.c
--- a/main_gui.c	Sat Apr 02 23:05:09 2005 +0000
+++ b/main_gui.c	Sat Apr 02 23:06:54 2005 +0000
@@ -21,11 +21,9 @@
 #include "signs.h"
 #include "waypoint.h"
 
-#ifdef ENABLE_NETWORK
 #include "network_data.h"
 #include "network_client.h"
 #include "network_server.h"
-#endif /* ENABLE_NETWORK */
 
 #include "table/animcursors.h"