From 701fc995b75e392e896edc0c4314d758f7a5bee6 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 25 Apr 2012 09:47:47 -0400 Subject: [PATCH] addns: clean up headers All this stuff is already included properly in the replace headers on top. --- lib/addns/dns.h | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/lib/addns/dns.h b/lib/addns/dns.h index 88ba9d1fc0b..2e805776421 100644 --- a/lib/addns/dns.h +++ b/lib/addns/dns.h @@ -38,47 +38,14 @@ #endif #endif /* NO_CONFIG_H */ -#include -#include #include #include -#include -#include #include -#include -#include -#include -#include -#include #ifdef HAVE_UUID_UUID_H #include #endif -#ifdef HAVE_KRB5_H -#include -#endif - -#ifdef HAVE_INTTYPES_H -#include - -#ifndef int16 -#define int16 int16_t -#endif - -#ifndef uint16 -#define uint16 uint16_t -#endif - -#ifndef int32 -#define int32 int32_t -#endif - -#ifndef uint32 -#define uint32 uint32_t -#endif -#endif - #include /******************************************************************* -- 2.34.1