From: Ken Raeburn Date: Sat, 15 Jun 2002 06:47:00 +0000 (+0000) Subject: * krb5.hin: Delete inclusion of profile.h again X-Git-Tag: krb5-1.3-alpha1~698 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6a7dcbd097d97d4f3dcf6704df3cd3511507fe31;p=krb5.git * krb5.hin: Delete inclusion of profile.h again git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14515 dc483132-0cff-0310-8789-dd5450dbe970 --- 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 + + * krb5.hin: Delete inclusion of profile.h again. + 2002-06-15 Alexandra Ellwood * 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 #include /* for *_MAX */ -#if TARGET_OS_MAC - #include -#else - #include -#endif - #ifndef KRB5INT_BEGIN_DECLS #if defined(__cplusplus) #define KRB5INT_BEGIN_DECLS extern "C" {