X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FINet%2FRawINetSocketProtocol.hh;h=b8af91cd66a904bce6c5828cbd54bca1911accf7;hb=61b2e2ea5cb50df90931acf3fcd840493ba762a9;hp=3955184ce1534ac5e36d9da8361223335707f6d1;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/Socket/Protocols/INet/RawINetSocketProtocol.hh b/senf/Socket/Protocols/INet/RawINetSocketProtocol.hh index 3955184..b8af91c 100644 --- a/senf/Socket/Protocols/INet/RawINetSocketProtocol.hh +++ b/senf/Socket/Protocols/INet/RawINetSocketProtocol.hh @@ -24,24 +24,18 @@ #define HH_SENF_Socket_Protocols_INet_RawINetSocketProtocol_ // Custom includes -#include "INetAddressing.hh" #include "INetSocketProtocol.hh" -#include -#include -#include -#include -#include namespace senf { /// \addtogroup protocol_facets_group /// @{ - /** \brief Protocol facat to support RAW operations upon IPv4/6 + /** \brief Protocol facet to support RAW operations upon IPv4/6 This protocol facet provides all those protocol functions, which are available on a PF_INET[6]/RAW socket. - + */ class RawINetSocketProtocol : public virtual INetSocketProtocol