summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/include/includes.h10
-rw-r--r--source3/smbd/dir.c1
-rw-r--r--source3/smbd/mangle.c1
3 files changed, 9 insertions, 3 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 */
diff --git a/source3/smbd/dir.c b/source3/smbd/dir.c
index 59ee23bbe8..37fcd05743 100644
--- a/source3/smbd/dir.c
+++ b/source3/smbd/dir.c
@@ -20,7 +20,6 @@
*/
#include "includes.h"
-#include "ubiqx/ubi_dLinkList.h"
extern int DEBUGLEVEL;
extern connection_struct Connections[];
diff --git a/source3/smbd/mangle.c b/source3/smbd/mangle.c
index e822894600..33fc729a7f 100644
--- a/source3/smbd/mangle.c
+++ b/source3/smbd/mangle.c
@@ -46,7 +46,6 @@
*/
#include "includes.h"
-#include "ubiqx/ubi_Cache.h"
/* -------------------------------------------------------------------------- **