s3:modules: Remove superfloues sha256.h include in vfs_acl_xattr
authorAndreas Schneider <asn@samba.org>
Thu, 11 Oct 2018 16:46:09 +0000 (18:46 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 12 Dec 2018 08:13:23 +0000 (09:13 +0100)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/modules/vfs_acl_xattr.c

index 94626cb8e036a55bcab6ba41e3f1f9e25dc549f8..b8190fd4b1cbf8c1fc51c90c5420e105531cf599 100644 (file)
@@ -21,7 +21,6 @@
 #include "includes.h"
 #include "smbd/smbd.h"
 #include "librpc/gen_ndr/xattr.h"
-#include "../lib/crypto/sha256.h"
 #include "auth.h"
 #include "vfs_acl_common.h"