]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
debug: Do not depend on the whole of samba_util.h
authorAndrew Bartlett <abartlet@samba.org>
Wed, 1 Feb 2017 00:58:46 +0000 (13:58 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 11 Feb 2017 06:49:16 +0000 (07:49 +0100)
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>
lib/util/debug.c

index 08954c30fdeaee200a672403af4898ab2eb275a4..8a04c25fa007330d1fe679ab0e470f16c6435e41 100644 (file)
@@ -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 */