X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FRaw%2FLLAddressing.hh;h=a3fc336ef68899cbc9ffa5f573b7ee25a5f94bda;hb=0fb5ed1adf2f67dbf47fdfed3f3c8be989cf3618;hp=78a1c326a421e9208c47a65db0bfebc4137fab7d;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Socket/Protocols/Raw/LLAddressing.hh b/senf/Socket/Protocols/Raw/LLAddressing.hh index 78a1c32..a3fc336 100644 --- a/senf/Socket/Protocols/Raw/LLAddressing.hh +++ b/senf/Socket/Protocols/Raw/LLAddressing.hh @@ -30,10 +30,8 @@ // Custom includes #include #include -#include "../../SocketPolicy.hh" -#include "../../FileHandle.hh" -#include "../BSDAddressingPolicy.hh" -#include "../BSDSocketAddress.hh" +#include +#include #include "MACAddress.hh" //#include "LLAddressing.mpp" @@ -145,7 +143,7 @@ namespace senf { or peer() members. */ struct LLAddressingPolicy - : public AddressingPolicyBase, + : public BSDAddressingPolicy, private BSDAddressingPolicyMixin { typedef LLSocketAddress Address;