1
0
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:
Günther Deschner 2011-02-25 16:19:10 +01:00
parent 99f4a64543
commit 89ca4875cd
6 changed files with 5 additions and 1 deletions

View File

@ -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"

View File

@ -21,6 +21,7 @@
*/
#include "includes.h"
#include "system/syslog.h"
#ifdef HAVE_SYS_PRCTL_H
#include <sys/prctl.h>

View File

@ -22,6 +22,7 @@
#include "includes.h"
#include "system/syslog.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_VFS

View File

@ -23,6 +23,7 @@
#include "includes.h"
#include "system/syslog.h"
static int vfs_extd_audit_debug_level = DBGC_VFS;

View File

@ -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;

View File

@ -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"