summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/rd_req.c
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@toad.com>1995-02-28 09:21:46 +0000
committerJohn Gilmore <gnu@toad.com>1995-02-28 09:21:46 +0000
commitef90d8fb6d87241ab82560131c1268e50a2c9c7f (patch)
tree58113353a351c0f286285ad557da9f1ed28be0c5 /src/lib/krb5/krb/rd_req.c
parent0120342539d5bf6314175d43c74ad2a8fb1ce920 (diff)
downloadkrb5-ef90d8fb6d87241ab82560131c1268e50a2c9c7f.tar.gz
krb5-ef90d8fb6d87241ab82560131c1268e50a2c9c7f.tar.xz
krb5-ef90d8fb6d87241ab82560131c1268e50a2c9c7f.zip
* *.c: Avoid <krb5/...> includes.
* parse.c: Exdent #ifndef to left margin for old compilers. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5015 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/krb/rd_req.c')
-rw-r--r--src/lib/krb5/krb/rd_req.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/krb5/krb/rd_req.c b/src/lib/krb5/krb/rd_req.c
index 97e5a38398..6a6875ab18 100644
--- a/src/lib/krb5/krb/rd_req.c
+++ b/src/lib/krb5/krb/rd_req.c
@@ -24,11 +24,7 @@
* krb5_rd_req()
*/
-
-#include <krb5/krb5.h>
-
-#include <krb5/asn1.h>
-#include <krb5/ext-proto.h>
+#include "k5-int.h"
/*
* Parses a KRB_AP_REQ message, returning its contents.