1
0
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:
Günther Deschner 2011-02-25 16:48:10 +01:00
parent 21a78b88cc
commit 55f9579110
2 changed files with 1 additions and 1 deletions

View File

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

View File

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