Removed directory-relative include references. This required that I add
authorChristopher R. Hertel <crh@samba.org>
Thu, 11 Jun 1998 04:40:14 +0000 (04:40 +0000)
committerChristopher R. Hertel <crh@samba.org>
Thu, 11 Jun 1998 04:40:14 +0000 (04:40 +0000)
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

index 4164d408c90c07d2453afac3cc7951d6ae17d526..98854bee82eee733a12ee75d0330e90b01174d66 100644 (file)
@@ -1219,9 +1219,9 @@ extern char *sys_errlist[];
 #endif
 
 /* Lists, trees, caching, datbase... */
 #endif
 
 /* Lists, trees, caching, datbase... */
-#include "ubiqx/ubi_dLinkList.h"
+#include "ubi_dLinkList.h"
 #ifndef UBI_BINTREE_H
 #ifndef UBI_BINTREE_H
-#include "ubiqx/ubi_Cache.h"
+#include "ubi_Cache.h"
 #endif /* UBI_BINTREE_H */
 
 #include "version.h"
 #endif /* UBI_BINTREE_H */
 
 #include "version.h"