diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/ChangeLog | 4 | ||||
| -rw-r--r-- | src/include/krb5.hin | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog index aaf2ff271..c69a621f3 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,7 @@ +2002-06-15 Ken Raeburn <raeburn@mit.edu> + + * krb5.hin: Delete inclusion of profile.h again. + 2002-06-15 Alexandra Ellwood <lxs@mit.edu> * krb5.hin: Conditionalize KRB5_CALLCONV_WRONG separately diff --git a/src/include/krb5.hin b/src/include/krb5.hin index 9356e1d6e..360e233c4 100644 --- a/src/include/krb5.hin +++ b/src/include/krb5.hin @@ -105,12 +105,6 @@ #include <stdlib.h> #include <limits.h> /* for *_MAX */ -#if TARGET_OS_MAC - #include <Kerberos/profile.h> -#else - #include <profile.h> -#endif - #ifndef KRB5INT_BEGIN_DECLS #if defined(__cplusplus) #define KRB5INT_BEGIN_DECLS extern "C" { |
