X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Fnetwork.hh;h=7a544e6e107cd234ff68795ae999b6baf8baa401;hp=998473b7f88535fb70d4324172c1f54f86e6c5e2;hb=44b3014bce798789e795242d1556cb7449e6386a;hpb=4f6e4488a55f7e3ba3f7485d78177f793c0eab9a diff --git a/src/moof/network.hh b/src/moof/network.hh index 998473b..7a544e6 100644 --- a/src/moof/network.hh +++ b/src/moof/network.hh @@ -10,16 +10,16 @@ #ifndef _MOOF_NETWORK_HH_ #define _MOOF_NETWORK_HH_ +#include +#include + + /** * \file network.hh * Builds a high-level protocol and match-making system on top of network * sockets for multiplayer support. */ -#include -#include - - namespace moof {