svn commit: samba r21834 - in branches/SAMBA_4_0: . source/lib/registry/tools

jelmer at samba.org jelmer at samba.org
Tue Mar 13 22:03:05 GMT 2007


Author: jelmer
Date: 2007-03-13 22:03:04 +0000 (Tue, 13 Mar 2007)
New Revision: 21834

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21834

Log:
Remove unnecessary includes
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/lib/registry/tools/regdiff.c
   branches/SAMBA_4_0/source/lib/registry/tools/regpatch.c
   branches/SAMBA_4_0/source/lib/registry/tools/regshell.c
   branches/SAMBA_4_0/source/lib/registry/tools/regtree.c


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:merge
...skipped...

Modified: branches/SAMBA_4_0/source/lib/registry/tools/regdiff.c
===================================================================
--- branches/SAMBA_4_0/source/lib/registry/tools/regdiff.c	2007-03-13 21:47:57 UTC (rev 21833)
+++ branches/SAMBA_4_0/source/lib/registry/tools/regdiff.c	2007-03-13 22:03:04 UTC (rev 21834)
@@ -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)

Modified: branches/SAMBA_4_0/source/lib/registry/tools/regpatch.c
===================================================================
--- branches/SAMBA_4_0/source/lib/registry/tools/regpatch.c	2007-03-13 21:47:57 UTC (rev 21833)
+++ branches/SAMBA_4_0/source/lib/registry/tools/regpatch.c	2007-03-13 22:03:04 UTC (rev 21834)
@@ -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)
 {

Modified: branches/SAMBA_4_0/source/lib/registry/tools/regshell.c
===================================================================
--- branches/SAMBA_4_0/source/lib/registry/tools/regshell.c	2007-03-13 21:47:57 UTC (rev 21833)
+++ branches/SAMBA_4_0/source/lib/registry/tools/regshell.c	2007-03-13 22:03:04 UTC (rev 21834)
@@ -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"

Modified: branches/SAMBA_4_0/source/lib/registry/tools/regtree.c
===================================================================
--- branches/SAMBA_4_0/source/lib/registry/tools/regtree.c	2007-03-13 21:47:57 UTC (rev 21833)
+++ branches/SAMBA_4_0/source/lib/registry/tools/regtree.c	2007-03-13 22:03:04 UTC (rev 21834)
@@ -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)



More information about the samba-cvs mailing list