diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-03-13 22:03:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:34 -0500 |
commit | 4f0c0997ce39ecb2920c1d52b03d77e1d50cd5bf (patch) | |
tree | 18d0d457afc074e2de0a5df86ac4a489fb15c552 | |
parent | 0836a83f9e0b9656c8bb877237184194392c15ef (diff) | |
download | samba-4f0c0997ce39ecb2920c1d52b03d77e1d50cd5bf.tar.gz samba-4f0c0997ce39ecb2920c1d52b03d77e1d50cd5bf.tar.bz2 samba-4f0c0997ce39ecb2920c1d52b03d77e1d50cd5bf.zip |
r21834: Remove unnecessary includes
(This used to be commit 7d10e192caa60b816466a9deddf736afd2445080)
-rw-r--r-- | source4/lib/registry/tools/regdiff.c | 1 | ||||
-rw-r--r-- | source4/lib/registry/tools/regpatch.c | 1 | ||||
-rw-r--r-- | source4/lib/registry/tools/regshell.c | 1 | ||||
-rw-r--r-- | source4/lib/registry/tools/regtree.c | 1 |
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) |