summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorChristopher R. Hertel <crh@samba.org>1998-05-22 07:46:39 +0000
committerChristopher R. Hertel <crh@samba.org>1998-05-22 07:46:39 +0000
commitcfc43a5a2fe65cccd9902bc28441da6c8d29f6a0 (patch)
tree79e0b9e849ffac520b27900ccf8afdfcc6b78082 /source3/include
parentcf714c364a6992b1aabac0551304de1d2c1d55a2 (diff)
downloadsamba-cfc43a5a2fe65cccd9902bc28441da6c8d29f6a0.tar.gz
samba-cfc43a5a2fe65cccd9902bc28441da6c8d29f6a0.tar.bz2
samba-cfc43a5a2fe65cccd9902bc28441da6c8d29f6a0.zip
I've put the ubiqx headers back into includes.h, and removed them from
dir.c & mangle.c. This was possible after I checked the tree code to make sure that the tree code did not reference functions by macro name. Also, note that the AVL module has been removed to prevent conflict with the SplayTree macro defines. Chris -)----- (This used to be commit a1f4c8567c3c5264cbfa99867fa894cafab7da81)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/includes.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index eda5afbe4e..00f4e7ee0f 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -1385,4 +1385,12 @@ extern int errno;
#endif /* MEM_MAN */
-#endif
+/* -------------------------------------------------------------------------- **
+ * Lists, trees, and caches...
+ */
+#include "ubiqx/ubi_sLinkList.h"
+#include "ubiqx/ubi_dLinkList.h"
+#include "ubiqx/ubi_SplayTree.h"
+#include "ubiqx/ubi_Cache.h"
+
+#endif /* _INCLUDES_H */