diff options
author | Simo Sorce <idra@samba.org> | 2012-04-25 09:47:47 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2012-04-26 08:42:35 -0400 |
commit | 701fc995b75e392e896edc0c4314d758f7a5bee6 (patch) | |
tree | 87a3d575d204b083d56c0dbf5124ebb3ed039899 | |
parent | 05456aca348deb8b72be38ba23b1945013fa2a69 (diff) | |
download | samba-701fc995b75e392e896edc0c4314d758f7a5bee6.tar.gz samba-701fc995b75e392e896edc0c4314d758f7a5bee6.tar.bz2 samba-701fc995b75e392e896edc0c4314d758f7a5bee6.zip |
addns: clean up headers
All this stuff is already included properly in the replace headers on top.
-rw-r--r-- | lib/addns/dns.h | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/lib/addns/dns.h b/lib/addns/dns.h index 88ba9d1fc0..2e80577642 100644 --- a/lib/addns/dns.h +++ b/lib/addns/dns.h @@ -38,47 +38,14 @@ #endif #endif /* NO_CONFIG_H */ -#include <stdio.h> -#include <stdlib.h> #include <fcntl.h> #include <time.h> -#include <string.h> -#include <errno.h> #include <netdb.h> -#include <sys/types.h> -#include <sys/socket.h> -#include <netinet/in.h> -#include <arpa/inet.h> -#include <stdarg.h> #ifdef HAVE_UUID_UUID_H #include <uuid/uuid.h> #endif -#ifdef HAVE_KRB5_H -#include <krb5.h> -#endif - -#ifdef HAVE_INTTYPES_H -#include <inttypes.h> - -#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 <talloc.h> /******************************************************************* |