From e6e4a63113b756ac637e2584e31e2f2d0f92b4d0 Mon Sep 17 00:00:00 2001 From: "Christopher R. Hertel" Date: Thu, 11 Jun 1998 04:40:14 +0000 Subject: Removed directory-relative include references. This required that I add a -I$(srcdir)ubiqx to CFLAGS in the Makefile. It might be better to create a UBIDIR value. What would people like to see? Chris -)----- (This used to be commit 7fb9cf4d57eb6ec8f22bc62a7a38d4d71dfaadc6) --- source3/include/includes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/include/includes.h b/source3/include/includes.h index 4164d408c9..98854bee82 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -1219,9 +1219,9 @@ extern char *sys_errlist[]; #endif /* Lists, trees, caching, datbase... */ -#include "ubiqx/ubi_dLinkList.h" +#include "ubi_dLinkList.h" #ifndef UBI_BINTREE_H -#include "ubiqx/ubi_Cache.h" +#include "ubi_Cache.h" #endif /* UBI_BINTREE_H */ #include "version.h" -- cgit