X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Fpacket.hh;fp=src%2Fmoof%2Fpacket.hh;h=c23891541da08096b19d15550a4722a9fc86c356;hp=55dd96c7a201989ab1bf7458a47edad34152881a;hb=44b3014bce798789e795242d1556cb7449e6386a;hpb=4f6e4488a55f7e3ba3f7485d78177f793c0eab9a diff --git a/src/moof/packet.hh b/src/moof/packet.hh index 55dd96c..c238915 100644 --- a/src/moof/packet.hh +++ b/src/moof/packet.hh @@ -12,22 +12,22 @@ #ifndef _MOOF_PACKET_HH_ #define _MOOF_PACKET_HH_ -/** - * \file packet.hh - * Classes for building and interpreting datagram packets. - */ - #include #include +#include #include #include - #ifndef PAGE_SIZE #define PAGE_SIZE 4096 #endif +/** + * \file packet.hh + * Classes for building and interpreting datagram packets. + */ + namespace moof {