summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os/gen_rname.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/krb5/os/gen_rname.c')
-rw-r--r--src/lib/krb5/os/gen_rname.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/krb5/os/gen_rname.c b/src/lib/krb5/os/gen_rname.c
index d56bb9160..d4b933de1 100644
--- a/src/lib/krb5/os/gen_rname.c
+++ b/src/lib/krb5/os/gen_rname.c
@@ -28,13 +28,6 @@
#define NEED_SOCKETS
#include "k5-int.h"
#include "os-proto.h"
-#ifdef KRB5_USE_INET
-#include <sys/types.h>
-#ifndef _WINSOCKAPI_
-#include <netinet/in.h>
-#include <arpa/inet.h>
-#endif
-#endif
krb5_error_code INTERFACE
krb5_gen_replay_name(context, address, uniq, string)