+Tue Feb 28 02:01:29 1995 John Gilmore (gnu at toad.com)
+
+ * sim_client.c: Avoid <krb5/...> and <com_err.h> includes.
+
Tue Feb 14 15:30:55 1995 Chris Provenzano (proven@mit.edu)
* sim_client.c Call krb5_sendauth() with new calling convention.
#include <stdio.h>
#include <ctype.h>
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
-#include <krb5/los-proto.h>
-#include <krb5/sysincl.h>
-#include <com_err.h>
+#include "krb5.h"
+#include "com_err.h"
#include "simple.h"
+Tue Feb 28 02:01:53 1995 John Gilmore (gnu at toad.com)
+
+ * sim_server.c: Avoid <krb5/...> and <com_err.h> includes.
+
Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu)
* Added krb5_context to all krb5_routines
#include <netdb.h>
#include <stdio.h>
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
-#include <krb5/los-proto.h>
-#include <krb5/sysincl.h>
-#include <com_err.h>
+#include "krb5.h"
+#include "com_err.h"
#include "simple.h"