From: John Kohl Date: Thu, 25 Oct 1990 13:20:21 +0000 (+0000) Subject: use new relative pathnames X-Git-Tag: krb5-1.0-alpha2~88 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f82b5f71b5e1796d8e0274dc1b85e60e0bf1964e;p=krb5.git use new relative pathnames git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1323 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/asn1.h b/src/include/krb5/asn1.h index ff7a34100..1a68db9c2 100644 --- a/src/include/krb5/asn1.h +++ b/src/include/krb5/asn1.h @@ -16,9 +16,9 @@ #ifndef KRB5_ASN1__ #define KRB5_ASN1__ -#include "../../asn.1/KRB5-types.h" -#include "../../asn.1/asn1defs.h" -#include "../../asn.1/KRB5-types-aux.h" -#include "../../asn.1/encode.h" +#include "asn.1/KRB5-types.h" +#include "asn.1/asn1defs.h" +#include "asn.1/KRB5-types-aux.h" +#include "asn.1/encode.h" #endif /* KRB5_ASN1__ */