diff options
author | Günther Deschner <gd@samba.org> | 2011-05-05 00:10:23 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-05-05 02:05:26 +0200 |
commit | 63ebc918e4514f0006b94856d9b089255fca9718 (patch) | |
tree | feb0c7593f07edcd4aaaf9b677a76d6c2147eab5 /source3/lib | |
parent | 58db720e27d4b0c580fb4d3e036d823bc5d3a141 (diff) | |
download | samba-63ebc918e4514f0006b94856d9b089255fca9718.tar.gz samba-63ebc918e4514f0006b94856d9b089255fca9718.tar.bz2 samba-63ebc918e4514f0006b94856d9b089255fca9718.zip |
s3-lib: run minimal_includes.pl.
Guenther
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/filename_util.c | 1 | ||||
-rw-r--r-- | source3/lib/util_builtin.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/source3/lib/filename_util.c b/source3/lib/filename_util.c index f12ca2d781..aad8a08e2b 100644 --- a/source3/lib/filename_util.c +++ b/source3/lib/filename_util.c @@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "includes.h" -#include "smbd/smbd.h" /** * XXX: This is temporary and there should be no callers of this outside of diff --git a/source3/lib/util_builtin.c b/source3/lib/util_builtin.c index e1b990619b..b370a76c69 100644 --- a/source3/lib/util_builtin.c +++ b/source3/lib/util_builtin.c @@ -18,7 +18,6 @@ */ #include "includes.h" -#include "passdb.h" #include "../libcli/security/security.h" struct rid_name_map { |