From: Matthew DeVore Date: Thu, 6 Aug 2020 22:42:46 +0000 (-0700) Subject: s3: safe_string: remove unnecessary include X-Git-Tag: talloc-2.3.2~686 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87bf6aa7168a6e44d52d91fb804b210a5fadbce6;p=thirdparty%2Fsamba.git s3: safe_string: remove unnecessary include safe_string.h is only included by source3/include/includes.h, which already includes ntstatus.h, so it is not necessary to include it from within safe_string.h. Signed-off-by: Matthew DeVore Reviewed-by: David Mulder Reviewed-by: Jeremy Allison --- diff --git a/source3/include/safe_string.h b/source3/include/safe_string.h index e77017c61c9..03878b48f51 100644 --- a/source3/include/safe_string.h +++ b/source3/include/safe_string.h @@ -62,7 +62,6 @@ #endif /* !_SPLINT_ */ -#include "../libcli/util/ntstatus.h" #include "lib/util/string_wrappers.h" #endif