From: John Kohl Date: Thu, 25 Oct 1990 11:49:34 +0000 (+0000) Subject: use relative pathnames to new location of error table headers X-Git-Tag: krb5-1.0-alpha2~91 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6cb9ce18e729ba3b1c08f420fd1a1c58c79c48e2;p=krb5.git use relative pathnames to new location of error table headers git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1320 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/error_def.h b/src/include/krb5/error_def.h index b5f3bdf0b..c168a1050 100644 --- a/src/include/krb5/error_def.h +++ b/src/include/krb5/error_def.h @@ -16,9 +16,9 @@ #ifndef KRB5_ERROR_DEF__ #define KRB5_ERROR_DEF__ -#include "../../error_tables/krb5_err.h" -#include "../../error_tables/kdb5_err.h" -#include "../../error_tables/isode_err.h" +#include "error_tables/krb5_err.h" +#include "error_tables/kdb5_err.h" +#include "error_tables/isode_err.h" #include #endif /* KRB5_ERROR_DEF__ */