svn commit: samba r25932 - in branches/SAMBA_4_0: . source/lib/registry/tests

jelmer at samba.org jelmer at samba.org
Mon Nov 12 17:22:13 GMT 2007


Author: jelmer
Date: 2007-11-12 17:22:12 +0000 (Mon, 12 Nov 2007)
New Revision: 25932

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

Log:
Remove unnecessary include - should fix the build on hosts without popt.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/lib/registry/tests/diff.c
   branches/SAMBA_4_0/source/lib/registry/tests/generic.c
   branches/SAMBA_4_0/source/lib/registry/tests/hive.c
   branches/SAMBA_4_0/source/lib/registry/tests/registry.c


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:file-ids
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/lib/registry/tests/diff.c
===================================================================
--- branches/SAMBA_4_0/source/lib/registry/tests/diff.c	2007-11-12 00:05:10 UTC (rev 25931)
+++ branches/SAMBA_4_0/source/lib/registry/tests/diff.c	2007-11-12 17:22:12 UTC (rev 25932)
@@ -21,7 +21,6 @@
 
 #include "includes.h"
 #include "lib/registry/registry.h"
-#include "lib/cmdline/popt_common.h"
 #include "torture/torture.h"
 #include "librpc/gen_ndr/winreg.h"
 

Modified: branches/SAMBA_4_0/source/lib/registry/tests/generic.c
===================================================================
--- branches/SAMBA_4_0/source/lib/registry/tests/generic.c	2007-11-12 00:05:10 UTC (rev 25931)
+++ branches/SAMBA_4_0/source/lib/registry/tests/generic.c	2007-11-12 17:22:12 UTC (rev 25932)
@@ -21,7 +21,6 @@
 
 #include "includes.h"
 #include "lib/registry/registry.h"
-#include "lib/cmdline/popt_common.h"
 #include "torture/torture.h"
 #include "librpc/gen_ndr/winreg.h"
 

Modified: branches/SAMBA_4_0/source/lib/registry/tests/hive.c
===================================================================
--- branches/SAMBA_4_0/source/lib/registry/tests/hive.c	2007-11-12 00:05:10 UTC (rev 25931)
+++ branches/SAMBA_4_0/source/lib/registry/tests/hive.c	2007-11-12 17:22:12 UTC (rev 25932)
@@ -22,7 +22,6 @@
 
 #include "includes.h"
 #include "lib/registry/registry.h"
-#include "lib/cmdline/popt_common.h"
 #include "torture/torture.h"
 #include "librpc/gen_ndr/winreg.h"
 #include "system/filesys.h"

Modified: branches/SAMBA_4_0/source/lib/registry/tests/registry.c
===================================================================
--- branches/SAMBA_4_0/source/lib/registry/tests/registry.c	2007-11-12 00:05:10 UTC (rev 25931)
+++ branches/SAMBA_4_0/source/lib/registry/tests/registry.c	2007-11-12 17:22:12 UTC (rev 25932)
@@ -22,7 +22,6 @@
 
 #include "includes.h"
 #include "lib/registry/registry.h"
-#include "lib/cmdline/popt_common.h"
 #include "torture/torture.h"
 #include "librpc/gen_ndr/winreg.h"
 #include "libcli/security/security.h"



More information about the samba-cvs mailing list