mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3-includes: only include system/syslog.h when needed.
Guenther
This commit is contained in:
parent
99f4a64543
commit
89ca4875cd
@ -78,7 +78,6 @@
|
||||
#include "system/passwd.h"
|
||||
#include "system/select.h"
|
||||
#include "system/shmem.h"
|
||||
#include "system/syslog.h"
|
||||
#include "system/terminal.h"
|
||||
#include "system/time.h"
|
||||
#include "system/wait.h"
|
||||
|
@ -21,6 +21,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "system/syslog.h"
|
||||
|
||||
#ifdef HAVE_SYS_PRCTL_H
|
||||
#include <sys/prctl.h>
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
|
||||
#include "includes.h"
|
||||
#include "system/syslog.h"
|
||||
|
||||
#undef DBGC_CLASS
|
||||
#define DBGC_CLASS DBGC_VFS
|
||||
|
@ -23,6 +23,7 @@
|
||||
|
||||
|
||||
#include "includes.h"
|
||||
#include "system/syslog.h"
|
||||
|
||||
static int vfs_extd_audit_debug_level = DBGC_VFS;
|
||||
|
||||
|
@ -58,6 +58,7 @@
|
||||
|
||||
|
||||
#include "includes.h"
|
||||
#include "system/syslog.h"
|
||||
#include "../librpc/gen_ndr/ndr_netlogon.h"
|
||||
|
||||
static int vfs_full_audit_debug_level = DBGC_VFS;
|
||||
|
@ -20,6 +20,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "system/syslog.h"
|
||||
#include "printing.h"
|
||||
#include "librpc/gen_ndr/messaging.h"
|
||||
#include "../librpc/gen_ndr/ndr_spoolss.h"
|
||||
|
Loading…
Reference in New Issue
Block a user