diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-30 13:16:54 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:49:03 -0500 |
commit | d4de4c2d210d2e8c9b5aedf70695594809ad6a0b (patch) | |
tree | 6e0764fa01f33ad8d178c62208bc085da60014db /source4/lib/registry | |
parent | ab8cd4470c392e04e458eed378b857db00e97f13 (diff) | |
download | samba-d4de4c2d210d2e8c9b5aedf70695594809ad6a0b.tar.gz samba-d4de4c2d210d2e8c9b5aedf70695594809ad6a0b.tar.bz2 samba-d4de4c2d210d2e8c9b5aedf70695594809ad6a0b.zip |
r12608: Remove some unused #include lines.
(This used to be commit 70e7449318aa0e9d2639c76730a7d1683b2f4981)
Diffstat (limited to 'source4/lib/registry')
-rw-r--r-- | source4/lib/registry/patchfile.c | 2 | ||||
-rw-r--r-- | source4/lib/registry/tools/regdiff.c | 1 | ||||
-rw-r--r-- | source4/lib/registry/tools/regpatch.c | 3 | ||||
-rw-r--r-- | source4/lib/registry/tools/regshell.c | 2 | ||||
-rw-r--r-- | source4/lib/registry/tools/regtree.c | 1 |
5 files changed, 0 insertions, 9 deletions
diff --git a/source4/lib/registry/patchfile.c b/source4/lib/registry/patchfile.c index 21c9c26b21..e498c296ae 100644 --- a/source4/lib/registry/patchfile.c +++ b/source4/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/source4/lib/registry/tools/regdiff.c b/source4/lib/registry/tools/regdiff.c index 3720298df8..68cc56f9dd 100644 --- a/source4/lib/registry/tools/regdiff.c +++ b/source4/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/source4/lib/registry/tools/regpatch.c b/source4/lib/registry/tools/regpatch.c index 2cc1507b3e..b8b8805486 100644 --- a/source4/lib/registry/tools/regpatch.c +++ b/source4/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/source4/lib/registry/tools/regshell.c b/source4/lib/registry/tools/regshell.c index 52bda8aa42..c858b37f4a 100644 --- a/source4/lib/registry/tools/regshell.c +++ b/source4/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/source4/lib/registry/tools/regtree.c b/source4/lib/registry/tools/regtree.c index 01e4f92f4a..9a9121379b 100644 --- a/source4/lib/registry/tools/regtree.c +++ b/source4/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" |