use new relative pathnames
authorJohn Kohl <jtkohl@mit.edu>
Thu, 25 Oct 1990 13:20:21 +0000 (13:20 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 25 Oct 1990 13:20:21 +0000 (13:20 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1323 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/asn1.h

index ff7a34100c58f70323c1f6828b61e378c8b4adf1..1a68db9c24976cf4ddf0cefcd1764746e618cacb 100644 (file)
@@ -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__ */