+Tue Feb 28 01:51:29 1995 John Gilmore (gnu at toad.com)
+
+ * client.c, server.c: Avoid <krb5/...> and <com_err.h> includes.
+
Tue Feb 14 15:30:55 1995 Chris Provenzano (proven@mit.edu)
* client.c Call krb5_get_credentials() with new calling convention.
#include <stdio.h>
#include <string.h>
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
-#include <krb5/los-proto.h>
-#include <com_err.h>
+#include "krb5.h"
+#include "com_err.h"
krb5_error_code
tgt_keyproc(context, keyprocarg, principal, vno, keytype, key)
#include <stdio.h>
#include <fcntl.h>
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
-#include <krb5/los-proto.h>
-#include <com_err.h>
+#include "krb5.h"
+#include "com_err.h"
extern krb5_flags krb5_kdc_default_options;