diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-08-10 11:56:21 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-08-10 15:56:33 +0200 |
commit | 0e76bbc520b0052f1fed6bbd17fe8737249e8e68 (patch) | |
tree | fec9de69fe5f5ff12e67bec8c47bf4f1fe25dacf /source3 | |
parent | 2cbfdd433e208a53bc8d8b959fbe23303fc60492 (diff) | |
download | samba-0e76bbc520b0052f1fed6bbd17fe8737249e8e68.tar.gz samba-0e76bbc520b0052f1fed6bbd17fe8737249e8e68.tar.xz samba-0e76bbc520b0052f1fed6bbd17fe8737249e8e68.zip |
Revert "s3:smbd: Include smbXsrv.h before vfs.h (in smbd.h) so that the smbXsrv structures are available"
This reverts commit e332bfaff51e54638bd37cd1fe08e57608e16e86.
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/smbd.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |