diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-10-25 13:20:21 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-10-25 13:20:21 +0000 |
| commit | f82b5f71b5e1796d8e0274dc1b85e60e0bf1964e (patch) | |
| tree | 387b0e5e248027a91baf02a1b11d8708ba279d04 /src/include | |
| parent | 019a2579e74859416e0f2e7f5a6e2b8ff04a2d1f (diff) | |
| download | krb5-f82b5f71b5e1796d8e0274dc1b85e60e0bf1964e.tar.gz krb5-f82b5f71b5e1796d8e0274dc1b85e60e0bf1964e.tar.xz krb5-f82b5f71b5e1796d8e0274dc1b85e60e0bf1964e.zip | |
use new relative pathnames
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1323 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/asn1.h | 8 |
1 files changed, 4 insertions, 4 deletions
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__ */ |
