use relative pathnames to new location of error table headers
authorJohn Kohl <jtkohl@mit.edu>
Thu, 25 Oct 1990 11:49:34 +0000 (11:49 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 25 Oct 1990 11:49:34 +0000 (11:49 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1320 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/error_def.h

index b5f3bdf0b5d66f8052e78b7adb975e08d696cc56..c168a1050d29eee686ed91526441237ec5fbbeb3 100644 (file)
@@ -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 <errno.h>
 
 #endif /* KRB5_ERROR_DEF__ */