Avoid <krb5/...> and <com_err.h> includes
authorJohn Gilmore <gnu@toad.com>
Tue, 28 Feb 1995 10:02:46 +0000 (10:02 +0000)
committerJohn Gilmore <gnu@toad.com>
Tue, 28 Feb 1995 10:02:46 +0000 (10:02 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5027 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/simple/client/ChangeLog
src/appl/simple/client/sim_client.c
src/appl/simple/server/ChangeLog
src/appl/simple/server/sim_server.c

index ff0509696e364c3411c751da2f8c5b712c492942..a53ed22a959cac30828e2aa5b1fb94d5bdc0d627 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 2590b17b0e7dca37d899618e9871bfe7bae07e8d..3d26d913d943240b320b8b2e39e6e6b2f2376bee 100644 (file)
 #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"
 
index 067ce96088ab853e09c7c2ce767d249f8047ea05..698cef59e1c014245700165ba3ef501361f7c6d8 100644 (file)
@@ -1,3 +1,7 @@
+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
index 2f18551530f4e6cbd85d5d8c09ce3b9041fd2b23..b97f0f01c4d40e8555541a006d31d7692888bafb 100644 (file)
 #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"