summaryrefslogtreecommitdiffstats
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-04-28 16:37:05 +0200
committerGünther Deschner <gd@samba.org>2011-04-29 12:19:03 +0200
commitbc6f24e89f2dd6204209fc9bacc7bfa9c22d0a57 (patch)
tree3526d6b345e46677e4ea5254ab430b0d70b00387 /source3
parent4d41a5effdc9a13921367be3412b53a39f75d73a (diff)
downloadsamba-bc6f24e89f2dd6204209fc9bacc7bfa9c22d0a57.tar.gz
samba-bc6f24e89f2dd6204209fc9bacc7bfa9c22d0a57.tar.xz
samba-bc6f24e89f2dd6204209fc9bacc7bfa9c22d0a57.zip
s3-build: remove some unused headers.
Guenther
Diffstat (limited to 'source3')
-rw-r--r--source3/librpc/rpc/rpc_common.c1
-rw-r--r--source3/smbd/lanman.c3
-rw-r--r--source3/smbd/msg_idmap.c2
-rw-r--r--source3/smbd/server.c1
4 files changed, 0 insertions, 7 deletions
diff --git a/source3/librpc/rpc/rpc_common.c b/source3/librpc/rpc/rpc_common.c
index ed0320adf09..b4c7e1dcd4c 100644
--- a/source3/librpc/rpc/rpc_common.c
+++ b/source3/librpc/rpc/rpc_common.c
@@ -18,7 +18,6 @@
*/
#include "includes.h"
-#include "../librpc/gen_ndr/ndr_schannel.h"
#include "../librpc/gen_ndr/ndr_lsa.h"
#include "../librpc/gen_ndr/ndr_dssetup.h"
#include "../librpc/gen_ndr/ndr_samr.h"
diff --git a/source3/smbd/lanman.c b/source3/smbd/lanman.c
index 13297c02221..9885525be58 100644
--- a/source3/smbd/lanman.c
+++ b/source3/smbd/lanman.c
@@ -34,13 +34,10 @@
#include "rpc_client/cli_spoolss.h"
#include "rpc_client/init_spoolss.h"
#include "../librpc/gen_ndr/ndr_srvsvc_c.h"
-#include "../librpc/gen_ndr/srv_samr.h"
-#include "../librpc/gen_ndr/srv_srvsvc.h"
#include "../librpc/gen_ndr/rap.h"
#include "../lib/util/binsearch.h"
#include "../libcli/auth/libcli_auth.h"
#include "rpc_client/init_lsa.h"
-#include "rpc_server/rpc_ncacn_np.h"
#include "../libcli/security/security.h"
#include "printing.h"
#include "passdb/machine_sid.h"
diff --git a/source3/smbd/msg_idmap.c b/source3/smbd/msg_idmap.c
index b1ee60ff7f7..2a00f1bbb91 100644
--- a/source3/smbd/msg_idmap.c
+++ b/source3/smbd/msg_idmap.c
@@ -27,10 +27,8 @@
#include "includes.h"
#include "smbd/smbd.h"
-#include "memcache.h"
#include "globals.h"
#include "../libcli/security/dom_sid.h"
-#include "../librpc/gen_ndr/ndr_security.h"
#include "idmap_cache.h"
#include "passdb/lookup_sid.h"
#include "auth.h"
diff --git a/source3/smbd/server.c b/source3/smbd/server.c
index d3c6c1884f0..a4857756a16 100644
--- a/source3/smbd/server.c
+++ b/source3/smbd/server.c
@@ -26,7 +26,6 @@
#include "popt_common.h"
#include "smbd/smbd.h"
#include "smbd/globals.h"
-#include "registry.h"
#include "registry/reg_init_full.h"
#include "libcli/auth/schannel.h"
#include "secrets.h"