From 0563a7a9238843b5c4a0338452999c8c26623198 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 16 Apr 2007 09:01:16 +0000 Subject: ares_getopt() command-line parser function does not belong to actual c-ares library. It is just a convinience source code helper function for use in example programs adig.c and ahost.c --- ares/ares_getopt.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ares/ares_getopt.c') diff --git a/ares/ares_getopt.c b/ares/ares_getopt.c index a14b6da30..c3e81fc40 100644 --- a/ares/ares_getopt.c +++ b/ares/ares_getopt.c @@ -44,12 +44,10 @@ * #endif */ -#include "setup.h" - #include #include #include -#include "ares.h" +#include "ares_getopt.h" /* declarations to provide consistent linkage */ extern char *optarg; -- cgit v1.2.3