From: Volker Lendecke Date: Tue, 16 Dec 2025 14:26:42 +0000 (+0100) Subject: smbd: Remove an unnecessary include X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88309375eb9c985cb9bf3c8ed8317551d49b78ab;p=thirdparty%2Fsamba.git smbd: Remove an unnecessary include This comes in via includes.h as well. Wherever these prototypes are needed and wherever includes.h should not be available we should add the include directly. Signed-off-by: Volker Lendecke Reviewed-by: Anoop C S --- diff --git a/source3/smbd/smbd.h b/source3/smbd/smbd.h index 1c98bea4334..779ac1c3b9e 100644 --- a/source3/smbd/smbd.h +++ b/source3/smbd/smbd.h @@ -21,7 +21,6 @@ struct dptr_struct; -#include "smb_acls.h" #include "vfs.h" #include "smbd/proto.h" #include "locking/proto.h"