s3-includes: only include system/terminal.h when needed.
authorGünther Deschner <gd@samba.org>
Fri, 25 Feb 2011 15:48:10 +0000 (16:48 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 29 Mar 2011 23:13:06 +0000 (01:13 +0200)
Guenther

source3/include/includes.h
source3/rpc_server/samr/srv_samr_chgpasswd.c

index 43d7c7be4ad51c1961fb07c52fad70842f3082b1..2623ae297c99bbe8ebf54c50005d800904727d25 100644 (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"
 
index 8a682262dfd9854d39ec8aa2f3f6860be5118eae..4fdc7d4d3dda6de53ed1f70560ff66a40b868377 100644 (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"