From f3458a7fd11e96755c9ccd4817eb3993f4d119ef Mon Sep 17 00:00:00 2001 From: John Kohl Date: Wed, 23 May 1990 13:12:44 +0000 Subject: [PATCH] fix include files git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@916 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/asn.1/decode.c | 4 +--- src/lib/krb5/asn.1/encode.c | 5 +---- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/lib/krb5/asn.1/decode.c b/src/lib/krb5/asn.1/decode.c index 09545d0f2..4a6e084ba 100644 --- a/src/lib/krb5/asn.1/decode.c +++ b/src/lib/krb5/asn.1/decode.c @@ -5,7 +5,7 @@ * Copyright 1990 by the Massachusetts Institute of Technology. * * For copying and distribution information, please see the file - * . + * . * * decoding glue routines. */ @@ -19,8 +19,6 @@ static char rcsid_decode_c[] = #include #include "KRB5-types.h" #include -#include -#include #include "encode.h" #include "asn1defs.h" diff --git a/src/lib/krb5/asn.1/encode.c b/src/lib/krb5/asn.1/encode.c index e470d2637..7cb8ee091 100644 --- a/src/lib/krb5/asn.1/encode.c +++ b/src/lib/krb5/asn.1/encode.c @@ -5,7 +5,7 @@ * Copyright 1990 by the Massachusetts Institute of Technology. * * For copying and distribution information, please see the file - * . + * . * * encoding glue routines. */ @@ -19,9 +19,6 @@ static char rcsid_encode_c[] = #include #include "KRB5-types.h" #include -#include -#include -#include #include "encode.h" #include "asn1defs.h" -- 2.26.2