X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fnetserv.c;fp=src%2Fnetserv.c;h=4fd8461076fa0c3a5332ca500f9b0c9d2ed916f4;hp=02a014fd86f3757a6b3891bbb302b7cfb2007d1c;hb=534881ab3184952023d05c6aa739bc7fcf8da82a;hpb=5eb97ccbaffc671f05dd73bf0548c1666414017e diff --git a/src/netserv.c b/src/netserv.c index 02a014fd..4fd84610 100644 --- a/src/netserv.c +++ b/src/netserv.c @@ -9,20 +9,16 @@ // netserv.c // ============================================================================ -#include "libgame/platform.h" - -#if defined(NETWORK_AVALIABLE) - #include #include #include #include -#include "main.h" - #include "libgame/libgame.h" #include "netserv.h" +#include "main.h" + static int clients = 0; static int onceonly = 0; @@ -657,5 +653,3 @@ void NetworkServer(int port, int serveronly) } } } - -#endif /* NETWORK_AVALIABLE */