The branch, master has been updated
via 95940d75ec51d2f519a1b657e587a77304eaed08 (commit)
from cd9f993ec45c6d95e83f759ffd6bccffd90250b6 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 95940d75ec51d2f519a1b657e587a77304eaed08
Author: Stefan Metzmacher <[EMAIL PROTECTED]>
Date: Mon Sep 29 07:43:50 2008 +0200
s4:libcli/smb2: remove unused header
This hopefully fixes the build with internal popt.
metze
-----------------------------------------------------------------------
Summary of changes:
source4/libcli/smb2/connect.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source4/libcli/smb2/connect.c b/source4/libcli/smb2/connect.c
index db2f97b..bbfcf01 100644
--- a/source4/libcli/smb2/connect.c
+++ b/source4/libcli/smb2/connect.c
@@ -27,7 +27,6 @@
#include "libcli/composite/composite.h"
#include "libcli/resolve/resolve.h"
#include "param/param.h"
-#include "lib/cmdline/popt_common.h"
struct smb2_connect_state {
struct cli_credentials *credentials;
--
Samba Shared Repository