X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FINet%2FINet4Address.hh;h=b214fc325cc89d91e2ea41974564c8c6bc82ce24;hb=afae50abf125df375ff1610b7a659f9b1da61bc0;hp=6651d686bbb9cefd49918d91a4fcec4045ddf859;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Socket/Protocols/INet/INet4Address.hh b/senf/Socket/Protocols/INet/INet4Address.hh index 6651d68..b214fc3 100644 --- a/senf/Socket/Protocols/INet/INet4Address.hh +++ b/senf/Socket/Protocols/INet/INet4Address.hh @@ -32,9 +32,8 @@ #include #include #include -#include "../../../Utils/safe_bool.hh" -#include "../../../Utils/Tags.hh" -#include "../AddressExceptions.hh" +#include +#include //#include "INet4Address.mpp" ///////////////////////////////hh.p//////////////////////////////////////// @@ -278,6 +277,7 @@ namespace senf { std::ostream & operator<<(std::ostream & os, INet4Network const & addr); /** \brief Initialize INet4Address instance from a string representation + sets std::ios::failbit on the stream if an error occurred \see INet4Address from_string() \related INet4Network