summaryrefslogtreecommitdiff
path: root/src/dns.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dns.cpp')
-rw-r--r--src/dns.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/dns.cpp b/src/dns.cpp
index 8f23eaa6c..d25a5e102 100644
--- a/src/dns.cpp
+++ b/src/dns.cpp
@@ -26,20 +26,13 @@ looks like this, walks like this or tastes like this.
using namespace std;
-#include <string>
-#include <time.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <errno.h>
-#include <sys/types.h>
-#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
-#include <map>
#include "dns.h"
#include "inspircd.h"
-
-#include "inspircd_config.h"
#include "socketengine.h"
#include "configreader.h"
#include "socket.h"