1
0
mirror of https://github.com/samba-team/samba.git synced 2025-09-06 17:44:20 +03:00

s3:modules: Remove superfloues sha256.h include in vfs_acl_xattr

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Andreas Schneider
2018-10-11 18:46:09 +02:00
committed by Andreas Schneider
parent 9abe35ce56
commit 0a001515bf

View File

@@ -21,7 +21,6 @@
#include "includes.h" #include "includes.h"
#include "smbd/smbd.h" #include "smbd/smbd.h"
#include "librpc/gen_ndr/xattr.h" #include "librpc/gen_ndr/xattr.h"
#include "../lib/crypto/sha256.h"
#include "auth.h" #include "auth.h"
#include "vfs_acl_common.h" #include "vfs_acl_common.h"