From: Christopher R. Hertel Date: Thu, 11 Jun 1998 04:40:14 +0000 (+0000) Subject: Removed directory-relative include references. This required that I add X-Git-Tag: samba-4.0.0alpha6~801^2~22080 X-Git-Url: http://git.samba.org/?p=samba.git;a=commitdiff_plain;h=e6e4a63113b756ac637e2584e31e2f2d0f92b4d0 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) --- diff --git a/source3/include/includes.h b/source3/include/includes.h index 4164d408c90..98854bee82e 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"