diff options
author | Günther Deschner <gd@samba.org> | 2011-03-17 14:40:38 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-18 01:24:06 +0100 |
commit | faf8becf22c44c8e4c70bfc4ae84b6081a633641 (patch) | |
tree | dd6bc108990c774d0feab004607bad411608f2f5 /source3 | |
parent | 066fecd315c4c6e678e1d635e6a346e357a3b7a5 (diff) | |
download | samba-faf8becf22c44c8e4c70bfc4ae84b6081a633641.tar.gz samba-faf8becf22c44c8e4c70bfc4ae84b6081a633641.tar.bz2 samba-faf8becf22c44c8e4c70bfc4ae84b6081a633641.zip |
s3-utils: run minimal_includes.pl over utils/*.c
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/utils/net_rpc_printer.c | 1 | ||||
-rw-r--r-- | source3/utils/net_rpc_registry.c | 2 | ||||
-rw-r--r-- | source3/utils/net_rpc_sh_acct.c | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/source3/utils/net_rpc_printer.c b/source3/utils/net_rpc_printer.c index 6de0d4084b..8be4fb145c 100644 --- a/source3/utils/net_rpc_printer.c +++ b/source3/utils/net_rpc_printer.c @@ -22,7 +22,6 @@ #include "rpc_client/cli_spoolss.h" #include "rpc_client/init_spoolss.h" #include "nt_printing.h" -#include "registry.h" #include "registry/reg_objects.h" #include "../libcli/security/security.h" diff --git a/source3/utils/net_rpc_registry.c b/source3/utils/net_rpc_registry.c index de9bbddeba..809ec59097 100644 --- a/source3/utils/net_rpc_registry.c +++ b/source3/utils/net_rpc_registry.c @@ -18,13 +18,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "includes.h" -#include "popt_common.h" #include "registry.h" #include "utils/net.h" #include "utils/net_registry_util.h" #include "registry/regfio.h" #include "../librpc/gen_ndr/ndr_winreg_c.h" -#include "registry/reg_objects.h" #include "../librpc/gen_ndr/ndr_security.h" #include "registry/reg_format.h" #include "registry/reg_import.h" diff --git a/source3/utils/net_rpc_sh_acct.c b/source3/utils/net_rpc_sh_acct.c index 5305f51748..6f5604e315 100644 --- a/source3/utils/net_rpc_sh_acct.c +++ b/source3/utils/net_rpc_sh_acct.c @@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "includes.h" -#include "popt_common.h" #include "utils/net.h" #include "../librpc/gen_ndr/ndr_samr_c.h" #include "../libcli/security/security.h" |