X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Fnetwork.hh;h=7a544e6e107cd234ff68795ae999b6baf8baa401;hp=38502d3393e0cac32c52d3e3c7c12036738874fb;hb=HEAD;hpb=831f04d4bc19a390415ac0bbac4331c7a65509bc diff --git a/src/moof/network.hh b/src/moof/network.hh index 38502d3..7a544e6 100644 --- a/src/moof/network.hh +++ b/src/moof/network.hh @@ -1,27 +1,25 @@ -/*] Copyright (c) 2009-2010, Charles McGarvey [************************** +/*] Copyright (c) 2009-2011, Charles McGarvey [***************************** **] All rights reserved. * -* vi:ts=4 sw=4 tw=75 -* * Distributable under the terms and conditions of the 2-clause BSD license; * see the file COPYING for a complete text of the license. * -**************************************************************************/ +*****************************************************************************/ #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 {