From: Miek Gieben Date: Tue, 3 May 2005 14:28:47 +0000 (+0000) Subject: include fixes X-Git-Tag: release-0.50~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62863dd4b9ebfb285e0297a4563b2c57e2620ff0;p=thirdparty%2Fldns.git include fixes --- diff --git a/buffer.c b/buffer.c index ba860541..e799f4ad 100644 --- a/buffer.c +++ b/buffer.c @@ -7,7 +7,7 @@ * */ -#include +#include #include diff --git a/error.c b/error.c index 40ab72e3..dd148fc5 100644 --- a/error.c +++ b/error.c @@ -8,14 +8,9 @@ * See the file LICENSE for the license */ -#include - +#include #include - -#include "ldns/util.h" - - ldns_lookup_table ldns_error_str[] = { { LDNS_STATUS_OK, "all o.k." }, { LDNS_STATUS_EMPTY_LABEL, "Empty label" },