Whitespce cleanup: Remove whitespace at end-on-line, remove tabs, wrap
[senf.git] / senf / Socket / Protocols / INet / RawINetSocketProtocol.hh
index c93058a..467717b 100644 (file)
 #define HH_SENF_Socket_Protocols_INet_RawINetSocketProtocol_
 
 // Custom includes
-#include "INetAddressing.hh"
 #include "INetSocketProtocol.hh"
-#include "../../../Socket/Protocols/BSDSocketProtocol.hh"
-#include "../../../Socket/FramingPolicy.hh"
-#include "../../../Socket/CommunicationPolicy.hh"
-#include "../../../Socket/ReadWritePolicy.hh"
-#include "../../../Socket/ProtocolClientSocketHandle.hh"
 
 namespace senf {
 
     /// \addtogroup protocol_facets_group
     /// @{
 
-    /** \brief Protocol facat to support RAW operations upon IPv4/6 
+    /** \brief Protocol facat 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