1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-09 20:23:51 +03:00

libsmb: Remove "source3/libsmb/libsmb.h"

libsmb.h added ads_status.h and cli_smb2_fnum.h. Only few users need
either.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
Volker Lendecke
2025-05-13 16:25:07 +02:00
committed by Ralph Boehme
parent 504866860d
commit 9d0ab4b806
93 changed files with 122 additions and 123 deletions

View File

@@ -23,7 +23,8 @@
*/
#include "includes.h"
#include "libsmb/libsmb.h"
#include "source3/include/client.h"
#include "source3/libsmb/proto.h"
#include "libsmbclient.h"
#include "libsmb_internal.h"
#include "../libcli/smb/smbXcli_base.h"