summaryrefslogtreecommitdiff
path: root/adig.c
diff options
context:
space:
mode:
Diffstat (limited to 'adig.c')
-rw-r--r--adig.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/adig.c b/adig.c
index 47fa5a4..19f6057 100644
--- a/adig.c
+++ b/adig.c
@@ -37,9 +37,6 @@
# include <arpa/nameser_compat.h>
#endif
-#ifdef HAVE_SYS_TIME_H
-# include <sys/time.h>
-#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
@@ -47,11 +44,6 @@
# include <strings.h>
#endif
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <ctype.h>
-
#include "ares.h"
#include "ares_dns.h"
#include "inet_ntop.h"