summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2017-02-01 14:13:28 +1300
committerAndrew Bartlett <abartlet@samba.org>2017-02-11 11:40:45 +0100
commit77b37e937299224eb0750be1f4b1cb487c6c0070 (patch)
treed9fd005c4575396a419c2eb7ef0b4ef4160842d2
parent83a3805461cb4a6848f8f0c6a5052b24a2ec60a5 (diff)
downloadsamba-77b37e937299224eb0750be1f4b1cb487c6c0070.tar.gz
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 <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
-rw-r--r--lib/util/samba_util.h3
1 files changed, 0 insertions, 3 deletions
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"