summaryrefslogtreecommitdiffstats
path: root/source/lib/registry
diff options
context:
space:
mode:
Diffstat (limited to 'source/lib/registry')
-rw-r--r--source/lib/registry/patchfile.c2
-rw-r--r--source/lib/registry/tools/regdiff.c1
-rw-r--r--source/lib/registry/tools/regpatch.c3
-rw-r--r--source/lib/registry/tools/regshell.c2
-rw-r--r--source/lib/registry/tools/regtree.c1
5 files changed, 0 insertions, 9 deletions
diff --git a/source/lib/registry/patchfile.c b/source/lib/registry/patchfile.c
index 21c9c26b216..e498c296ae3 100644
--- a/source/lib/registry/patchfile.c
+++ b/source/lib/registry/patchfile.c
@@ -20,9 +20,7 @@
*/
#include "includes.h"
-#include "dynconfig.h"
#include "lib/registry/registry.h"
-#include "lib/cmdline/popt_common.h"
#include "system/filesys.h"
#define DEFAULT_IDENT_STRING "SAMBA4 REGISTRY"
diff --git a/source/lib/registry/tools/regdiff.c b/source/lib/registry/tools/regdiff.c
index 3720298df8e..68cc56f9dd3 100644
--- a/source/lib/registry/tools/regdiff.c
+++ b/source/lib/registry/tools/regdiff.c
@@ -20,7 +20,6 @@
*/
#include "includes.h"
-#include "dynconfig.h"
#include "lib/registry/registry.h"
#include "lib/cmdline/popt_common.h"
#include "smb_build.h"
diff --git a/source/lib/registry/tools/regpatch.c b/source/lib/registry/tools/regpatch.c
index 2cc1507b3e3..b8b88054863 100644
--- a/source/lib/registry/tools/regpatch.c
+++ b/source/lib/registry/tools/regpatch.c
@@ -20,11 +20,8 @@
*/
#include "includes.h"
-#include "dynconfig.h"
#include "lib/registry/registry.h"
#include "lib/cmdline/popt_common.h"
-#include "system/filesys.h"
-#include "librpc/gen_ndr/winreg.h"
#include "smb_build.h"
int main(int argc, char **argv)
diff --git a/source/lib/registry/tools/regshell.c b/source/lib/registry/tools/regshell.c
index 52bda8aa423..c858b37f4a1 100644
--- a/source/lib/registry/tools/regshell.c
+++ b/source/lib/registry/tools/regshell.c
@@ -20,11 +20,9 @@
*/
#include "includes.h"
-#include "dynconfig.h"
#include "lib/registry/registry.h"
#include "lib/cmdline/popt_common.h"
#include "system/time.h"
-#include "librpc/gen_ndr/ndr_security.h"
#include "smb_build.h"
/*
diff --git a/source/lib/registry/tools/regtree.c b/source/lib/registry/tools/regtree.c
index 01e4f92f4a6..9a9121379b9 100644
--- a/source/lib/registry/tools/regtree.c
+++ b/source/lib/registry/tools/regtree.c
@@ -20,7 +20,6 @@
*/
#include "includes.h"
-#include "dynconfig.h"
#include "lib/registry/registry.h"
#include "lib/cmdline/popt_common.h"
#include "smb_build.h"