summaryrefslogtreecommitdiffstats
path: root/src/lib/krb4/realmofhost.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/krb4/realmofhost.c')
-rw-r--r--src/lib/krb4/realmofhost.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/krb4/realmofhost.c b/src/lib/krb4/realmofhost.c
index 2114b516a..3841e6a94 100644
--- a/src/lib/krb4/realmofhost.c
+++ b/src/lib/krb4/realmofhost.c
@@ -13,8 +13,6 @@
#include <string.h>
#include <stdio.h>
#include <ctype.h>
-#include <netdb.h> /* For struct hostent, gethostbyname, etc */
-#include <sys/param.h> /* For MAXHOSTNAMELEN */
#ifdef POSIX
#include <stdlib.h>
#else