summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os/sendto_kdc.c
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@toad.com>1995-02-28 09:10:59 +0000
committerJohn Gilmore <gnu@toad.com>1995-02-28 09:10:59 +0000
commit0120342539d5bf6314175d43c74ad2a8fb1ce920 (patch)
treea329f78950178959d9f662ebc430c0f335d00b76 /src/lib/krb5/os/sendto_kdc.c
parentf17d01e3e516e9e9bc1f0de45f15e3dd0751d4f5 (diff)
downloadkrb5-0120342539d5bf6314175d43c74ad2a8fb1ce920.tar.gz
krb5-0120342539d5bf6314175d43c74ad2a8fb1ce920.tar.xz
krb5-0120342539d5bf6314175d43c74ad2a8fb1ce920.zip
Avoid <krb5/...> includes
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5014 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/os/sendto_kdc.c')
-rw-r--r--src/lib/krb5/os/sendto_kdc.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/lib/krb5/os/sendto_kdc.c b/src/lib/krb5/os/sendto_kdc.c
index 55c85603d..24022ad6b 100644
--- a/src/lib/krb5/os/sendto_kdc.c
+++ b/src/lib/krb5/os/sendto_kdc.c
@@ -25,16 +25,11 @@
* as necessary.
*/
-
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
-#include <krb5/sysincl.h>
+#include "k5-int.h"
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
-
-#include <krb5/los-proto.h>
#include "os-proto.h"
#ifdef _AIX
@@ -50,10 +45,8 @@
*
* The storage for 'reply' is allocated and should be freed by the caller
* when finished.
- *
*/
-
extern int krb5_max_dgram_size;
extern int krb5_max_skdc_timeout;
extern int krb5_skdc_timeout_shift;