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:
parent
88e4b71e78
commit
83a3805461
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user