r12608: Remove some unused #include lines.
[abartlet/samba.git/.git] / source4 / utils / ntlm_auth.c
index 10e8110debfa47d7e21f305e91f24ea5e36d59c5..ffdbd2f2f6873fb7f7584244a82c36654511df25 100644 (file)
 
 #include "includes.h"
 #include "system/filesys.h"
-#include "system/passwd.h"
 #include "lib/cmdline/popt_common.h"
 #include "auth/auth.h"
-#include "librpc/gen_ndr/ndr_security.h"
 #include "pstring.h"
+#include "smb_build.h"
 
 #define SQUID_BUFFER_SIZE 2010
 
@@ -874,7 +873,7 @@ enum {
        OPT_MULTIPLEX,
 };
 
- int main(int argc, const char **argv)
+int main(int argc, const char **argv)
 {
        static const char *helper_protocol;
        int opt;