From: John Carr Date: Sun, 23 Feb 1992 12:06:45 +0000 (+0000) Subject: Change include path from "error_tables/foo" to X-Git-Tag: krb5-1.0-beta2~249 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ef2eaeb89895bcb548e25f41bbfe4edc598313d6;p=krb5.git Change include path from "error_tables/foo" to git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2213 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/error_def.h b/src/include/krb5/error_def.h index 6498513ff..0bb081781 100644 --- a/src/include/krb5/error_def.h +++ b/src/include/krb5/error_def.h @@ -30,9 +30,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 +#include +#include #include #endif /* KRB5_ERROR_DEF__ */