From 96a3fede405cd095e353398ff05f4b43a07c457d Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 23 Feb 2005 16:36:44 +0000 Subject: r5517: code cleanup; rename the sorted_tree to pathtree (used by registry code) I was going to use this for tracking dfs mounts in smbclient but found another way. Still the cleanup is valid so commiting it. should be minimally disruptive since it is not widely used. (This used to be commit 00738dca3b07083c91545910486a1f30f2b17281) --- source3/include/includes.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include/includes.h') diff --git a/source3/include/includes.h b/source3/include/includes.h index 45c7133f1e..982eee1886 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -802,7 +802,6 @@ extern int errno; #include "messages.h" #include "charset.h" #include "dynconfig.h" -#include "adt_tree.h" #include "util_getent.h" -- cgit