From: Stefan Metzmacher Date: Fri, 10 Aug 2012 09:58:39 +0000 (+0200) Subject: Revert "s3:smbd: include smbXsrv.h before smbd/proto.h to have the smbXsrv_ structs... X-Git-Tag: samba-4.0.0beta6~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8defcb8bd1292376c2c00f1d432fe751c207f872;p=thirdparty%2Fsamba.git Revert "s3:smbd: include smbXsrv.h before smbd/proto.h to have the smbXsrv_ structs available" This reverts commit 98ccca8dca70b87d04a93c8ef5232a071ab7c2af. Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Fri Aug 10 17:35:38 CEST 2012 on sn-devel-104 --- diff --git a/source3/smbd/smbd.h b/source3/smbd/smbd.h index 5c3ea21fd5f..a5b211a678d 100644 --- a/source3/smbd/smbd.h +++ b/source3/smbd/smbd.h @@ -23,7 +23,6 @@ struct dptr_struct; #include "smb_acls.h" #include "vfs.h" -#include "librpc/gen_ndr/smbXsrv.h" #include "smbd/proto.h" #include "locking/proto.h"