#ifndef POSIXX_LINUX_TIPC_HPP_
#define POSIXX_LINUX_TIPC_HPP_
-#include "../basic_socket.hpp" // posixx::socket
+#include "../socket/basic_socket.hpp" // posixx::socket
#include <linux/tipc.h> // all tipc stuff
#include <cstring> // memcpy
-#ifndef POSIXX_BASIC_SOCKET_HPP_
-#define POSIXX_BASIC_SOCKET_HPP_
+#ifndef POSIXX_SOCKET_BASIC_SOCKET_HPP_
+#define POSIXX_SOCKET_BASIC_SOCKET_HPP_
-#include "error.hpp" // posixx::error
-#include "static_assert.hpp" // static_assert
+#include "../error.hpp" // posixx::error
+#include "../static_assert.hpp" // static_assert
#include <string> // std::string
#include <utility> // std::pair
}
#endif
-#endif // _POSIXX_BASIC_SOCKET_HPP_
+#endif // _POSIXX_SOCKET_BASIC_SOCKET_HPP_
#ifndef POSIXX_SOCKET_INET_HPP_
#define POSIXX_SOCKET_INET_HPP_
-#include "../basic_socket.hpp" // posixx::socket
+#include "basic_socket.hpp" // posixx::socket
#include <netinet/in.h> // sockaddr_in, htonl, htons, {PF,AF}_INET, INADDR_ANY
#include <arpa/inet.h> // inet_addr
#ifndef POSIXX_SOCKET_UNIX_HPP_
#define POSIXX_SOCKET_UNIX_HPP_
-#include "../basic_socket.hpp" // posixx::socket
+#include "basic_socket.hpp" // posixx::socket
#include <sys/un.h> // sockaddr_un
#include <string> // std::string
#include <fcntl.h>
#include <cstring>
#include <string>
-#include <posixx/basic_socket.hpp>
+#include <posixx/socket/basic_socket.hpp>
#include <posixx/socket/opt.hpp>