From 0e76bbc520b0052f1fed6bbd17fe8737249e8e68 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 10 Aug 2012 11:56:21 +0200 Subject: Revert "s3:smbd: Include smbXsrv.h before vfs.h (in smbd.h) so that the smbXsrv structures are available" This reverts commit e332bfaff51e54638bd37cd1fe08e57608e16e86. --- source3/smbd/smbd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/smbd/smbd.h b/source3/smbd/smbd.h index 009b183c64e..5c3ea21fd5f 100644 --- a/source3/smbd/smbd.h +++ b/source3/smbd/smbd.h @@ -22,8 +22,8 @@ struct dptr_struct; #include "smb_acls.h" -#include "librpc/gen_ndr/smbXsrv.h" #include "vfs.h" +#include "librpc/gen_ndr/smbXsrv.h" #include "smbd/proto.h" #include "locking/proto.h" -- cgit