summaryrefslogtreecommitdiff
path: root/adig.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-03-22 14:02:23 +0100
committerYang Tse <yangsita@gmail.com>2011-03-22 14:02:23 +0100
commit8c503ddf7993f05453f67baf8892178c428fa741 (patch)
tree643158c1092b64aff2a14ad70c25bea59b31b723 /adig.c
parentef8e2ad6017a9e3a1d08b5f9e73d2bb0773cd1bb (diff)
downloadc-ares-8c503ddf7993f05453f67baf8892178c428fa741.tar.gz
c-ares-8c503ddf7993f05453f67baf8892178c428fa741.tar.bz2
c-ares-8c503ddf7993f05453f67baf8892178c428fa741.zip
System's errno.h inclusion cleanup.
System's errno.h is conditionally included from setup_once.h
Diffstat (limited to 'adig.c')
-rw-r--r--adig.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/adig.c b/adig.c
index 3bdf2c1..21bd8ad 100644
--- a/adig.c
+++ b/adig.c
@@ -51,7 +51,6 @@
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
-#include <errno.h>
#include "ares.h"
#include "ares_dns.h"