+Tue Feb 28 01:48:32 1995 John Gilmore (gnu at toad.com)
+
+ * forward.c, kerberos5.c, sys_term.c: Avoid <krb5/...> includes.
+
Tue Feb 14 15:30:55 1995 Chris Provenzano (proven@mit.edu)
* kerberos5.c (kerberos5_send(), kerberos5_forward())
#include <pwd.h>
#include <netdb.h>
-#include <krb5/krb5.h>
-#include <krb5/asn1.h>
-#include <krb5/los-proto.h>
-#include <krb5/ext-proto.h>
+#include "krb5.h"
/* Decode, decrypt and store the forwarded creds in the local ccache. */
krb5_error_code
#ifdef KRB5
#include <arpa/telnet.h>
#include <stdio.h>
-#include <krb5/krb5.h>
-#include <krb5/asn1.h>
-#include <krb5/los-proto.h>
-#include <krb5/ext-proto.h>
-#include <com_err.h>
+#include "krb5.h"
+#include "com_err.h"
#include <netdb.h>
#include <ctype.h>