diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-12-12 19:01:23 +0100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-12-12 20:06:24 +0100 |
commit | 721c3b1c4ba75f9fc846483af325615e0d0420f0 (patch) | |
tree | 164a515197ad91fe6e8e0c19e0601a6aa04d748d | |
parent | f9b87352f40c04446bd2456064088df2510e8f70 (diff) | |
download | samba-721c3b1c4ba75f9fc846483af325615e0d0420f0.tar.gz samba-721c3b1c4ba75f9fc846483af325615e0d0420f0.tar.xz samba-721c3b1c4ba75f9fc846483af325615e0d0420f0.zip |
s4:libcli/finddcs_nbt.c - optimise headers
-rw-r--r-- | source4/libcli/finddcs_nbt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/libcli/finddcs_nbt.c b/source4/libcli/finddcs_nbt.c index 53099002cae..c7e89898b61 100644 --- a/source4/libcli/finddcs_nbt.c +++ b/source4/libcli/finddcs_nbt.c @@ -24,11 +24,9 @@ #include <tevent.h> #include "lib/messaging/irpc.h" #include "librpc/gen_ndr/ndr_irpc_c.h" -#include "librpc/gen_ndr/samr.h" #include "libcli/composite/composite.h" #include "libcli/libcli.h" #include "libcli/resolve/resolve.h" -#include "libcli/finddc.h" #include "lib/util/tevent_ntstatus.h" struct finddcs_nbt_state { |