mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
s3-includes: only include system/terminal.h when needed.
Guenther
This commit is contained in:
parent
21a78b88cc
commit
55f9579110
@ -75,7 +75,6 @@
|
||||
#include "system/passwd.h"
|
||||
#include "system/select.h"
|
||||
#include "system/shmem.h"
|
||||
#include "system/terminal.h"
|
||||
#include "system/time.h"
|
||||
#include "system/wait.h"
|
||||
|
||||
|
@ -46,6 +46,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "system/terminal.h"
|
||||
#include "../libcli/auth/libcli_auth.h"
|
||||
#include "../lib/crypto/arcfour.h"
|
||||
#include "rpc_server/samr/srv_samr_util.h"
|
||||
|
Loading…
Reference in New Issue
Block a user