PPI: InputConnector: some minor optimization
[senf.git] / senf / Socket / Protocols / Raw / MACAddress.hh
index 6b3287d..fa99fa0 100644 (file)
@@ -34,7 +34,6 @@
 #include <boost/type_traits.hpp>
 #include <senf/Utils/safe_bool.hh>
 #include <senf/Utils/Tags.hh>
-#include <senf/Socket/Protocols/AddressExceptions.hh>
 
 //#include "MACAddress.mpp"
 ///////////////////////////////hh.p////////////////////////////////////////
@@ -138,6 +137,9 @@ namespace senf {
      */
     std::istream & operator>>(std::istream & os, MACAddress & mac);
 
+    bool operator==(MACAddress const & mac, EUI64 const & eui64);
+    bool operator==(EUI64 const & eui64, MACAddress const & mac);
+
 }
 
 ///////////////////////////////hh.e////////////////////////////////////////