s3-build: use talloc_dict.h only where needed.
authorGünther Deschner <gd@samba.org>
Wed, 18 Aug 2010 17:05:59 +0000 (19:05 +0200)
committerGünther Deschner <gd@samba.org>
Wed, 25 Aug 2010 22:25:58 +0000 (00:25 +0200)
Guenther

source3/include/includes.h
source3/lib/talloc_dict.c
source3/torture/torture.c
source3/winbindd/winbindd.h

index 30ff742ffd42f71bc22dacd3f66c6a190ec96dde..25920881123263a312c0b4ee2ca4d2af3fac4d25 100644 (file)
@@ -659,7 +659,6 @@ extern void *cmdline_lp_ctx;
 #include "serverid.h"
 #include "async_smb.h"
 #include "../lib/async_req/async_sock.h"
-#include "talloc_dict.h"
 #include "../lib/util/smb_threads.h"
 #include "../lib/util/smb_threads_internal.h"
 
index 94c2e5201e7d0465ed23f21be2cced3d1735125b..cbe5c7b5c2abcb9d32f05c2d67fe881d15766ab1 100644 (file)
@@ -19,6 +19,7 @@
 
 #include "includes.h"
 #include "dbwrap.h"
+#include "talloc_dict.h"
 
 struct talloc_dict {
        struct db_context *db;
index bc0e573011d55203e2fc44df7fd964e64270e3bb..8a2aec67d598376afde4ae02ec9b4773b31d113c 100644 (file)
@@ -28,6 +28,7 @@
 #include "memcache.h"
 #include "nsswitch/winbind_client.h"
 #include "dbwrap.h"
+#include "talloc_dict.h"
 
 extern char *optarg;
 extern int optind;
index 77aab85834aed480568ba7df92504ee89ee77819..d7a53e2d6649ff409b30d0420858d080ba9986ed 100644 (file)
@@ -27,6 +27,8 @@
 #include "nsswitch/libwbclient/wbclient.h"
 #include "librpc/gen_ndr/wbint.h"
 
+#include "talloc_dict.h"
+
 #ifdef HAVE_LIBNSCD
 #include <libnscd.h>
 #endif