]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3: safe_string: remove unnecessary include
authorMatthew DeVore <matvore@google.com>
Thu, 6 Aug 2020 22:42:46 +0000 (15:42 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 28 Aug 2020 00:56:34 +0000 (00:56 +0000)
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 <matvore@google.com>
Reviewed-by: David Mulder <dmulder@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/include/safe_string.h

index e77017c61c9ce47b79965710077b73e68a22fa52..03878b48f51a70b355ef69c8922eff5e678f8b7e 100644 (file)
@@ -62,7 +62,6 @@
 
 #endif /* !_SPLINT_ */
 
-#include "../libcli/util/ntstatus.h"
 #include "lib/util/string_wrappers.h"
 
 #endif