Replace all relative includes with abolute ones
[senf.git] / senf / Socket / Protocols / INet / INetAddressing.hh
index 94e3c02..c4cf7d0 100644 (file)
 #include <string>
 #include <exception>
 #include <netinet/in.h>
-#include "../../SocketPolicy.hh"
-#include "../../ClientSocketHandle.hh"
-#include "../../CommunicationPolicy.hh"
-#include "../BSDAddressingPolicy.hh"
-#include "../BSDSocketAddress.hh"
+#include <senf/Socket/SocketPolicy.hh>
+#include <senf/Socket/ClientSocketHandle.hh>
+#include <senf/Socket/CommunicationPolicy.hh>
+#include <senf/Socket/Protocols/BSDAddressingPolicy.hh>
+#include <senf/Socket/Protocols/BSDSocketAddress.hh>
 #include "INet4Address.hh"
 #include "INet6Address.hh"