aboutsummaryrefslogtreecommitdiffstats
path: root/src/socket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket.cpp')
-rw-r--r--src/socket.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/socket.cpp b/src/socket.cpp
index a04523ddf..e8d6a9037 100644
--- a/src/socket.cpp
+++ b/src/socket.cpp
@@ -12,8 +12,6 @@
*/
#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.