summaryrefslogtreecommitdiff
path: root/source3/smbd/smbd.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-08-10 11:56:21 +0200
committerStefan Metzmacher <metze@samba.org>2012-08-10 15:56:33 +0200
commit0e76bbc520b0052f1fed6bbd17fe8737249e8e68 (patch)
treefec9de69fe5f5ff12e67bec8c47bf4f1fe25dacf /source3/smbd/smbd.h
parent2cbfdd433e208a53bc8d8b959fbe23303fc60492 (diff)
downloadsamba-0e76bbc520b0052f1fed6bbd17fe8737249e8e68.tar.gz
samba-0e76bbc520b0052f1fed6bbd17fe8737249e8e68.tar.bz2
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/smbd/smbd.h')
-rw-r--r--source3/smbd/smbd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/smbd.h b/source3/smbd/smbd.h
index 009b183c64..5c3ea21fd5 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"