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

src/appl/user_user/ChangeLog
src/appl/user_user/client.c
src/appl/user_user/server.c

index 0b3e5358dc8f9611f1b9ed41698429ec2009f2af..41d99ef5896d1937f156c7c098679db568d1d104 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 91fd911aeebe059415b497ddddfa57a3e1dfa3a7..743c0358360a7eab535b528e60aaacaaca659d3f 100644 (file)
 #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)
index f00fc112620ccd331bd7c1272606f3468465eef5..e02c5e7dc0c0e51cb85af3f163e558e370460339 100644 (file)
 #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;