#ifndef ADDRESSING_HPP_
#define ADDRESSING_HPP_

/// @author Sebastian Mies <mies@tm.uka.de>

#include "facades/to_bytes_v.hpp"
#include "facades/to_string_v.hpp"
#include "facades/comparable_v.hpp"
#include "facades/address_v.hpp"

#include "ip_address.hpp"
#include "mac_address.hpp"
#include "port_address.hpp"
#include "tcpip_endpoint.hpp"
#include "rfcomm_endpoint.hpp"
#include "endpoint_set.hpp"

#endif /* ADDRESSING_HPP_ */
