]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands.cpp
Comments, add more detail, remove dnsqueue.h include from tons of places
[user/henk/code/inspircd.git] / src / commands.cpp
index c762510e7c64c3d8723570e3a117b48d0a350cbe..247fc89b725db10caf1042ffc63dff4953e265be 100644 (file)
@@ -29,9 +29,6 @@
 #include <sys/types.h>
 #include <sys/time.h>
 #include <sys/resource.h>
-#ifdef THREADED_DNS
-#include <pthread.h>
-#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"