1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

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>
This commit is contained in:
Andrew Bartlett 2017-02-01 13:58:46 +13:00
parent 88e4b71e78
commit 83a3805461

View 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 */