r3466: split out request.h, signing.h, and smb_server.h
[bbaumbach/samba-autobuild/.git] / source4 / smb_server / smb_server.h
index 054fc7c35d10c34f1d3608bf91f22ec1963e3f61..121fff6ecd061da90f6fcb181fa2e83b47777f75 100644 (file)
@@ -20,6 +20,9 @@
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */
 
+#include "request.h"
+#include "smbd/process_model.h"
+
 /*
   this header declares the core context structures associated with smb
   sockets, tree connects, requests etc
@@ -140,8 +143,6 @@ struct substitute_context {
        char *user_name;
 };
 
-#include "smbd/process_model.h"
-
 /* smb server context structure. This should contain all the state
  * information associated with a SMB server connection 
  */