From: Andrew Bartlett Date: Wed, 1 Feb 2017 01:13:28 +0000 (+1300) Subject: lib/util: Remove ntstatus.h and string_wrappers.h include from samba_util.h X-Git-Tag: talloc-2.1.9~204 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77b37e937299224eb0750be1f4b1cb487c6c0070;p=thirdparty%2Fsamba.git lib/util: Remove ntstatus.h and string_wrappers.h include from samba_util.h These are not low-level headers that we need everywhere. Signed-off-by: Andrew Bartlett Pair-programmed-with: Bob Campbell Reviewed-by: Garming Sam Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Sat Feb 11 11:40:45 CET 2017 on sn-devel-144 --- diff --git a/lib/util/samba_util.h b/lib/util/samba_util.h index aad44dc4c26..3f663690247 100644 --- a/lib/util/samba_util.h +++ b/lib/util/samba_util.h @@ -55,9 +55,6 @@ extern const char *panic_action; #include "lib/util/memory.h" -#include "../libcli/util/ntstatus.h" -#include "lib/util/string_wrappers.h" - #include "fault.h" #include "lib/util/util.h"