summaryrefslogtreecommitdiffstats
path: root/include/raul/Socket.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/raul/Socket.hpp')
-rw-r--r--include/raul/Socket.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/raul/Socket.hpp b/include/raul/Socket.hpp
index 96ce597..66b5a45 100644
--- a/include/raul/Socket.hpp
+++ b/include/raul/Socket.hpp
@@ -20,18 +20,15 @@
#include "raul/Noncopyable.hpp"
#include <netdb.h>
-#include <netinet/in.h>
-#include <poll.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <unistd.h>
-#include <cerrno>
-#include <cstdint>
#include <cstdlib>
#include <cstring>
#include <memory>
#include <string>
+#include <utility>
namespace Raul {