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