lib/util: Remove ntstatus.h and string_wrappers.h include from samba_util.h
authorAndrew Bartlett <abartlet@samba.org>
Wed, 1 Feb 2017 01:13:28 +0000 (14:13 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 11 Feb 2017 10:40:45 +0000 (11:40 +0100)
These are not low-level headers that we need everywhere.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Pair-programmed-with: Bob Campbell <bobcampbell@catalyst.net.nz>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Sat Feb 11 11:40:45 CET 2017 on sn-devel-144

lib/util/samba_util.h

index aad44dc4c268c9add8351b083f9f08f693857df3..3f663690247760ee7e5a34e39df2505991ab177b 100644 (file)
@@ -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"