diff options
author | Günther Deschner <gd@samba.org> | 2011-03-30 23:21:42 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-31 00:14:01 +0200 |
commit | 2352e7cb7fe43b2a3cb5c4876f21cd655823288a (patch) | |
tree | 9f71a118792f867f4b7868188c9fa7e21b0306e1 /source3/rpcclient/cmd_netlogon.c | |
parent | 5fcb4d328ce28e6c4f413f2b31d70e07818c0527 (diff) | |
download | samba-2352e7cb7fe43b2a3cb5c4876f21cd655823288a.tar.gz samba-2352e7cb7fe43b2a3cb5c4876f21cd655823288a.tar.xz samba-2352e7cb7fe43b2a3cb5c4876f21cd655823288a.zip |
s3-rpcclient: include rpc_client/cli_pipe.h globally in rpcclient.h
Guenther
Diffstat (limited to 'source3/rpcclient/cmd_netlogon.c')
-rw-r--r-- | source3/rpcclient/cmd_netlogon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/rpcclient/cmd_netlogon.c b/source3/rpcclient/cmd_netlogon.c index 4801d7d5630..63057ac3689 100644 --- a/source3/rpcclient/cmd_netlogon.c +++ b/source3/rpcclient/cmd_netlogon.c @@ -21,7 +21,6 @@ #include "includes.h" #include "rpcclient.h" -#include "rpc_client/cli_pipe.h" #include "../libcli/auth/libcli_auth.h" #include "../librpc/gen_ndr/ndr_netlogon.h" #include "../librpc/gen_ndr/ndr_netlogon_c.h" |