* krb5.hin: Delete inclusion of profile.h again
authorKen Raeburn <raeburn@mit.edu>
Sat, 15 Jun 2002 06:47:00 +0000 (06:47 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 15 Jun 2002 06:47:00 +0000 (06:47 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14515 dc483132-0cff-0310-8789-dd5450dbe970

src/include/ChangeLog
src/include/krb5.hin

index aaf2ff271927dcaf9fd02ce99b89f20d2eb1931a..c69a621f3b2a16feb04bf653a39eacd7dbed44f1 100644 (file)
@@ -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
index 9356e1d6e2f72c9a2b933107d2fcaf5cc0c83fed..360e233c4b4ab6741b223dddf48f41052ab179b8 100644 (file)
 #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" {