From 41a0e0e6889374a0a202dbce491bdbd44916b0ca Mon Sep 17 00:00:00 2001 From: John Kohl Date: Mon, 26 Mar 1990 14:13:23 +0000 Subject: [PATCH] remove krb5_free.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@412 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/asn1.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/include/krb5/asn1.h b/src/include/krb5/asn1.h index d98ddd148..c0e296cb9 100644 --- a/src/include/krb5/asn1.h +++ b/src/include/krb5/asn1.h @@ -13,13 +13,12 @@ #include -#ifndef __KRB5_ASN1__ -#define __KRB5_ASN1__ +#ifndef KRB5_ASN1__ +#define KRB5_ASN1__ #include "../../asn.1/KRB5-types.h" -#include "../../asn.1/krb5_free.h" #include "../../asn.1/asn1defs.h" #include "../../asn.1/KRB5-types-aux.h" #include "../../asn.1/encode.h" -#endif /* __KRB5_ASN1__ */ +#endif /* KRB5_ASN1__ */ -- 2.26.2