summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-03-13 22:03:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:34 -0500
commit4f0c0997ce39ecb2920c1d52b03d77e1d50cd5bf (patch)
tree18d0d457afc074e2de0a5df86ac4a489fb15c552 /source4
parent0836a83f9e0b9656c8bb877237184194392c15ef (diff)
downloadsamba-4f0c0997ce39ecb2920c1d52b03d77e1d50cd5bf.tar.gz
samba-4f0c0997ce39ecb2920c1d52b03d77e1d50cd5bf.tar.bz2
samba-4f0c0997ce39ecb2920c1d52b03d77e1d50cd5bf.zip
r21834: Remove unnecessary includes
(This used to be commit 7d10e192caa60b816466a9deddf736afd2445080)
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/registry/tools/regdiff.c1
-rw-r--r--source4/lib/registry/tools/regpatch.c1
-rw-r--r--source4/lib/registry/tools/regshell.c1
-rw-r--r--source4/lib/registry/tools/regtree.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/source4/lib/registry/tools/regdiff.c b/source4/lib/registry/tools/regdiff.c
index b8bf654a6b..ab6f7c1a57 100644
--- a/source4/lib/registry/tools/regdiff.c
+++ b/source4/lib/registry/tools/regdiff.c
@@ -22,7 +22,6 @@
#include "includes.h"
#include "lib/registry/registry.h"
#include "lib/events/events.h"
-#include "lib/registry/reg_backend_rpc.h"
#include "lib/cmdline/popt_common.h"
int main(int argc, char **argv)
diff --git a/source4/lib/registry/tools/regpatch.c b/source4/lib/registry/tools/regpatch.c
index 42cdac860b..16fe4f498a 100644
--- a/source4/lib/registry/tools/regpatch.c
+++ b/source4/lib/registry/tools/regpatch.c
@@ -23,7 +23,6 @@
#include "lib/events/events.h"
#include "lib/registry/registry.h"
#include "lib/cmdline/popt_common.h"
-#include "lib/registry/reg_backend_rpc.h"
int main(int argc, char **argv)
{
diff --git a/source4/lib/registry/tools/regshell.c b/source4/lib/registry/tools/regshell.c
index 8436a3f505..ac41a99765 100644
--- a/source4/lib/registry/tools/regshell.c
+++ b/source4/lib/registry/tools/regshell.c
@@ -23,7 +23,6 @@
#include "lib/registry/registry.h"
#include "lib/cmdline/popt_common.h"
#include "lib/events/events.h"
-#include "lib/registry/reg_backend_rpc.h"
#include "system/time.h"
#include "lib/smbreadline/smbreadline.h"
#include "librpc/gen_ndr/ndr_security.h"
diff --git a/source4/lib/registry/tools/regtree.c b/source4/lib/registry/tools/regtree.c
index 6b3c20eae3..e8291a69c2 100644
--- a/source4/lib/registry/tools/regtree.c
+++ b/source4/lib/registry/tools/regtree.c
@@ -22,7 +22,6 @@
#include "includes.h"
#include "lib/registry/registry.h"
#include "lib/events/events.h"
-#include "lib/registry/reg_backend_rpc.h"
#include "lib/cmdline/popt_common.h"
static void print_tree(int l, struct registry_key *p, int fullpath, int novals)