summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2017-02-01 13:58:46 +1300
committerAndrew Bartlett <abartlet@samba.org>2017-02-11 07:49:16 +0100
commit83a3805461cb4a6848f8f0c6a5052b24a2ec60a5 (patch)
treecb0d03755c1214f6741bb889fd95e19ce73429ef /lib
parent88e4b71e7856f5f1dc4cebd6d4408c9fd4499178 (diff)
downloadsamba-83a3805461cb4a6848f8f0c6a5052b24a2ec60a5.tar.gz
debug: Do not depend on the whole of samba_util.h
By depending only on util_strlist.h and blocking.h we avoid pulling in the generated NTSTATUS list for this low-level subsystem 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>
Diffstat (limited to 'lib')
-rw-r--r--lib/util/debug.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/util/debug.c b/lib/util/debug.c
index 08954c30fde..8a04c25fa00 100644
--- a/lib/util/debug.c
+++ b/lib/util/debug.c
@@ -27,7 +27,8 @@
#include "time_basic.h"
#include "close_low_fd.h"
#include "memory.h"
-#include "samba_util.h" /* LIST_SEP */
+#include "util_strlist.h" /* LIST_SEP */
+#include "blocking.h"
#include "debug.h"
/* define what facility to use for syslog */