aboutsummaryrefslogtreecommitdiff
path: root/src/socket.cpp
diff options
context:
space:
mode:
authorGravatar Attila Molnar2014-06-14 15:30:14 +0200
committerGravatar Attila Molnar2014-06-14 15:30:14 +0200
commit82435b6fa8805baa65e04a582f3e4a2c84237f73 (patch)
treeaae1a18b9eda7a46979b9d9b625b29461ceb12c9 /src/socket.cpp
parentRemove unused #define ERROR -1 (diff)
Kill needless #includes in source files
Diffstat (limited to 'src/socket.cpp')
-rw-r--r--src/socket.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/socket.cpp b/src/socket.cpp
index 4ff43cde7..89c9969ff 100644
--- a/src/socket.cpp
+++ b/src/socket.cpp
@@ -22,8 +22,7 @@
#include "inspircd.h"
-#include "socket.h"
-#include "socketengine.h"
+
using irc::sockets::sockaddrs;
/** This will bind a socket to a port. It works for UDP/TCP.