Revert "s3:smbd: Include smbXsrv.h before vfs.h (in smbd.h) so that the smbXsrv struc...
authorStefan Metzmacher <metze@samba.org>
Fri, 10 Aug 2012 09:56:21 +0000 (11:56 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 10 Aug 2012 13:56:33 +0000 (15:56 +0200)
This reverts commit e332bfaff51e54638bd37cd1fe08e57608e16e86.

source3/smbd/smbd.h

index 009b183c64e85ab40a6887908b41d2c91ce36dc4..5c3ea21fd5fa2a6b474fcafc4ff2dc1fb5fcf638 100644 (file)
@@ -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"