diff options
author | Günther Deschner <gd@samba.org> | 2011-02-25 16:48:10 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:06 +0200 |
commit | 55f9579110f3c7706d8008714ae69b49f0b463de (patch) | |
tree | 1a60bdf2838eeda5b9cbbc46b54d060c655e5738 /source3 | |
parent | 21a78b88cc56731793f41a04114ec7277f723147 (diff) | |
download | samba-55f9579110f3c7706d8008714ae69b49f0b463de.tar.gz |
s3-includes: only include system/terminal.h when needed.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/includes.h | 1 | ||||
-rw-r--r-- | source3/rpc_server/samr/srv_samr_chgpasswd.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 43d7c7be4ad..2623ae297c9 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -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" diff --git a/source3/rpc_server/samr/srv_samr_chgpasswd.c b/source3/rpc_server/samr/srv_samr_chgpasswd.c index 8a682262dfd..4fdc7d4d3dd 100644 --- a/source3/rpc_server/samr/srv_samr_chgpasswd.c +++ b/source3/rpc_server/samr/srv_samr_chgpasswd.c @@ -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" |