diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/krb5/asn.1/decode.c | 4 | ||||
| -rw-r--r-- | 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 - * <krb5/mit-copyright.h>. + * <krb5/copyright.h>. * * decoding glue routines. */ @@ -19,8 +19,6 @@ static char rcsid_decode_c[] = #include <isode/psap.h> #include "KRB5-types.h" #include <krb5/krb5.h> -#include <errno.h> -#include <krb5/isode_err.h> #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 - * <krb5/mit-copyright.h>. + * <krb5/copyright.h>. * * encoding glue routines. */ @@ -19,9 +19,6 @@ static char rcsid_encode_c[] = #include <isode/psap.h> #include "KRB5-types.h" #include <krb5/krb5.h> -#include <errno.h> -#include <krb5/isode_err.h> -#include <krb5/krb5_err.h> #include "encode.h" #include "asn1defs.h" |
