diff options
author | Christopher R. Hertel <crh@samba.org> | 1998-06-11 04:40:14 +0000 |
---|---|---|
committer | Christopher R. Hertel <crh@samba.org> | 1998-06-11 04:40:14 +0000 |
commit | e6e4a63113b756ac637e2584e31e2f2d0f92b4d0 (patch) | |
tree | f03887f40f7b7ccd475f80a10d17311ec2a031c2 | |
parent | b5e1fe339a860cb760a20629e40c472a974074bc (diff) | |
download | samba-e6e4a63113b756ac637e2584e31e2f2d0f92b4d0.tar.gz samba-e6e4a63113b756ac637e2584e31e2f2d0f92b4d0.tar.bz2 samba-e6e4a63113b756ac637e2584e31e2f2d0f92b4d0.zip |
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)
-rw-r--r-- | source3/include/includes.h | 4 |
1 files 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" |