diff --git a/src/irc/core/irc-servers.c b/src/irc/core/irc-servers.c index 028d1601..bb846a06 100644 --- a/src/irc/core/irc-servers.c +++ b/src/irc/core/irc-servers.c @@ -20,7 +20,6 @@ #include "module.h" -#include "net-nonblock.h" #include "net-sendbuffer.h" #include "line-split.h" #include "signals.h" diff --git a/src/irc/dcc/dcc-chat.c b/src/irc/dcc/dcc-chat.c index 327a533f..2c1c6844 100644 --- a/src/irc/dcc/dcc-chat.c +++ b/src/irc/dcc/dcc-chat.c @@ -23,7 +23,6 @@ #include "commands.h" #include "recode.h" #include "network.h" -#include "net-nonblock.h" #include "net-sendbuffer.h" #include "line-split.h" #include "misc.h"