X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcommands.cpp;h=247fc89b725db10caf1042ffc63dff4953e265be;hb=e00b5b82db1fdffd97704ea1b43bf921476adfa1;hp=c762510e7c64c3d8723570e3a117b48d0a350cbe;hpb=4488e477136ea3daa60a744bac272cc37a604136;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/commands.cpp b/src/commands.cpp index c762510e7..247fc89b7 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -29,9 +29,6 @@ #include #include #include -#ifdef THREADED_DNS -#include -#endif #ifndef RUSAGE_SELF #define RUSAGE_SELF 0 #define RUSAGE_CHILDREN -1 @@ -47,7 +44,6 @@ #include "mode.h" #include "xline.h" #include "inspstring.h" -#include "dnsqueue.h" #include "helperfuncs.h" #include "hashcomp.h" #include "socketengine.h"