From 90241ce506e287110902affd4f01730d10586c02 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 13 Apr 2006 15:56:04 +0000 Subject: Don't include kdb.h from k5-int.h; instead, include it in the handful of places where it's actually needed. Update dependencies. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17898 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/adm.h | 3 +++ src/include/k5-int.h | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'src/include') diff --git a/src/include/adm.h b/src/include/adm.h index 86798a830..34c195fa2 100644 --- a/src/include/adm.h +++ b/src/include/adm.h @@ -186,6 +186,9 @@ #define KRB5_ADM_KT_KEY_KEY 4 #define KRB5_ADM_KT_NCOMPS 5 +/* for krb5_key_salt_tuple */ +#include "kdb.h" + /* * Data structure returned by krb5_read_realm_params() */ diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 4b455f9fb..dcb13af5c 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -764,11 +764,6 @@ krb5_error_code krb5_encrypt_helper * End "los-proto.h" */ -/* - * Include the KDB definitions. - */ -#include "kdb.h" - /* * Begin "libos.h" */ -- cgit