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

src/lib/krb5/rcache/ChangeLog
src/lib/krb5/rcache/rc_base.h
src/lib/krb5/rcache/rc_dfl.c
src/lib/krb5/rcache/rc_io.c
src/lib/krb5/rcache/rc_io.h
src/lib/krb5/rcache/rcdef.c

index 6fd18161c702b2d96a38475516f2a930d37436ff..e5ef39572c9fbf55dd6a556e912ab365fb8ea721 100644 (file)
@@ -1,3 +1,7 @@
+Tue Feb 28 01:03:34 1995  John Gilmore  (gnu at toad.com)
+
+       * *.c:  Avoid <krb5/...> includes.
+
 Fri Jan 13 15:23:47 1995  Chris Provenzano (proven@mit.edu)
 
     * Added krb5_context to all krb5_routines
index 2c81f0553c5568e76452e67bc92490232798d769..e2e27677ecdc491ed6547ffe420d49c47cc78cc0 100644 (file)
@@ -8,9 +8,7 @@
 
 #ifndef KRB5_RC_H
 #define KRB5_RC_H
-#include <krb5/krb5.h>
-#include <krb5/osconf.h>
-#include <krb5/ext-proto.h>
+#include "k5-int.h"
 
 /* all the stuff that was here is now in rcache.h, included by krb5/krb5.h */
 
index d1fae953bf2618c34416a02f17b21da1df1a232c..d631d91f247ab6530b89f38598759ead5ca51c11 100644 (file)
@@ -14,7 +14,6 @@
 #include "rc_base.h"
 #include "rc_dfl.h"
 #include "rc_io.h"
-#include <krb5/los-proto.h>
 
 /*
 If NOIOSTUFF is defined at compile time, dfl rcaches will be per-process.
index efe2f66b03dacc3cd9c1a93aceaca3830528bd3c..c6814e318522bd7b7d01581ca80f7b41a95a5f0a 100644 (file)
@@ -19,8 +19,6 @@
 #include "rc_base.h"
 #include "rc_dfl.h"
 #include "rc_io.h"
-#include <krb5/sysincl.h>
-#include <krb5/osconf.h>
 
 #ifdef KRB5_USE_INET
 #include <netinet/in.h>
index 249aa674d5e266c386297592c137a046fe2589d0..b88e3b2d50ddfb24e3424e17addd3fb62f343fe3 100644 (file)
@@ -12,7 +12,6 @@
 
 #ifndef KRB5_RC_IO_H
 #define KRB5_RC_IO_H
-#include <krb5/osconf.h>
 
 typedef struct krb5_rc_iostuff
  {
index f905b04f66baaf69a69ac9e13b0d856781e0fed2..70b1fc696824c204c764e80580380bdcf0666a7e 100644 (file)
@@ -24,8 +24,7 @@
  * replay cache default operations vector.
  */
 
-
-#include <krb5/krb5.h>
+#include "k5-int.h"
 #include "rc_dfl.h"
 
 krb5_rc_ops krb5_rc_dfl_ops =