From a49e400ea9000573771f35a83a9de4bcec856f52 Mon Sep 17 00:00:00 2001 From: Erik Ekman Date: Sat, 10 Feb 2007 22:13:42 +0000 Subject: [PATCH] splint said that these headers where not used --- src/common.c | 4 ---- src/dns.c | 5 ----- 2 files changed, 9 deletions(-) diff --git a/src/common.c b/src/common.c index 04f3a92..6b38ff2 100644 --- a/src/common.c +++ b/src/common.c @@ -13,15 +13,11 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include -#include -#include #include #include #ifdef DARWIN #include #endif -#include #include #include #include diff --git a/src/dns.c b/src/dns.c index 9a800a8..10f3c93 100644 --- a/src/dns.c +++ b/src/dns.c @@ -14,22 +14,17 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include -#include -#include #include #include #ifdef DARWIN #include #endif -#include #include #include #include #include #include #include -#include #include #include