From: Andreas Schneider Date: Thu, 11 Oct 2018 16:44:56 +0000 (+0200) Subject: s3:modules: Remove superfloues sha256.h include in vfs_acl_tdb X-Git-Tag: tdb-1.3.17~358 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9abe35ce565fe2811b4367b6526dcf95a9209c68;p=thirdparty%2Fsamba.git s3:modules: Remove superfloues sha256.h include in vfs_acl_tdb Signed-off-by: Andreas Schneider Reviewed-by: Stefan Metzmacher --- diff --git a/source3/modules/vfs_acl_tdb.c b/source3/modules/vfs_acl_tdb.c index 7506e4e34fa..e3945c404ae 100644 --- a/source3/modules/vfs_acl_tdb.c +++ b/source3/modules/vfs_acl_tdb.c @@ -22,7 +22,6 @@ #include "smbd/smbd.h" #include "system/filesys.h" #include "librpc/gen_ndr/xattr.h" -#include "../lib/crypto/sha256.h" #include "dbwrap/dbwrap.h" #include "dbwrap/dbwrap_open.h" #include "auth.h"