X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fnetwork.c;h=410695be366b1441a4899a1a573d58f7a444a309;hb=da14f69fd95c7bd5a0d70cdf4935af06f1f20a04;hp=e3a07c64092a5690b885e095eb3a90d36ecf6c2c;hpb=228a5718ede5ee00512ed2e333b3cee47baa124c;p=rocksndiamonds.git diff --git a/src/network.c b/src/network.c index e3a07c64..410695be 100644 --- a/src/network.c +++ b/src/network.c @@ -11,7 +11,7 @@ * network.c * ***********************************************************/ -#include "platform.h" +#include "libgame/libgame.h" #if defined(PLATFORM_UNIX) @@ -24,15 +24,17 @@ #include #include +#if 0 +#include "libgame/libgame.h" +#endif + #include "network.h" #include "netserv.h" #include "game.h" #include "tape.h" #include "files.h" #include "tools.h" -#include "buttons.h" #include "screens.h" -#include "misc.h" struct NetworkClientPlayerInfo {