diff options
author | Martin Schwenke <martin@meltin.net> | 2014-08-19 12:07:12 +1000 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2014-09-19 18:11:11 +0200 |
commit | a757df946930d578fe872820549311877521da00 (patch) | |
tree | 6f316ab837fda1312e91c1c51a3910603d60ec32 /dynconfig | |
parent | 427afe26553d6d2d68466b39d509cf9eced71371 (diff) | |
download | samba-a757df946930d578fe872820549311877521da00.tar.gz |
dynconfig: Remove include of nsswitch/winbind_struct_protocol.h
Nothing declared in this file is used in dynconfig.c. It appears that
WINBINDD_SOCKET_DIR used to come from there.
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'dynconfig')
-rw-r--r-- | dynconfig/dynconfig.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dynconfig/dynconfig.c b/dynconfig/dynconfig.c index af9d7350a75..cf35bdb435d 100644 --- a/dynconfig/dynconfig.c +++ b/dynconfig/dynconfig.c @@ -19,7 +19,6 @@ */ #include "includes.h" -#include "nsswitch/winbind_struct_protocol.h" /** * @file dynconfig.c |