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/cmdline | |
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/cmdline')
-rw-r--r-- | source4/lib/cmdline/credentials.c | 3 | ||||
-rw-r--r-- | source4/lib/cmdline/popt_common.c | 2 | ||||
-rw-r--r-- | source4/lib/cmdline/popt_credentials.c | 3 |
3 files changed, 0 insertions, 8 deletions
diff --git a/source4/lib/cmdline/credentials.c b/source4/lib/cmdline/credentials.c index cb1ba5c963..b19cbf73c0 100644 --- a/source4/lib/cmdline/credentials.c +++ b/source4/lib/cmdline/credentials.c @@ -19,10 +19,7 @@ */ #include "includes.h" -#include "version.h" #include "system/filesys.h" -#include "system/passwd.h" -#include "lib/cmdline/popt_common.h" static const char *cmdline_get_userpassword(struct cli_credentials *credentials) { diff --git a/source4/lib/cmdline/popt_common.c b/source4/lib/cmdline/popt_common.c index b8c5b5b9d3..f31408b5ad 100644 --- a/source4/lib/cmdline/popt_common.c +++ b/source4/lib/cmdline/popt_common.c @@ -22,8 +22,6 @@ #include "includes.h" #include "version.h" -#include "system/filesys.h" -#include "system/passwd.h" #include "lib/cmdline/popt_common.h" /* Handle command line options: diff --git a/source4/lib/cmdline/popt_credentials.c b/source4/lib/cmdline/popt_credentials.c index a974d808e3..49916d0ff3 100644 --- a/source4/lib/cmdline/popt_credentials.c +++ b/source4/lib/cmdline/popt_credentials.c @@ -20,9 +20,6 @@ */ #include "includes.h" -#include "version.h" -#include "system/filesys.h" -#include "system/passwd.h" #include "lib/cmdline/popt_common.h" /* Handle command line options: |