From 83a3805461cb4a6848f8f0c6a5052b24a2ec60a5 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 1 Feb 2017 13:58:46 +1300 Subject: [PATCH] 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 Pair-programmed-with: Bob Campbell Reviewed-by: Garming Sam --- lib/util/debug.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */ -- 2.11.4.GIT