From ad06a8bd651e3a8b598c92a356ac1ce4117ae72e Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 26 Mar 2006 01:23:40 +0000 Subject: r14736: - the ntvfs subsystem should not know about smb_server.h - the process module subsystem should not know about smb_server.h - the smb_server module should not know about process models metze (This used to be commit bac95bb8f4ad35a31ee666f5916ff9b2f292d964) --- source4/smbd/process_standard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/smbd/process_standard.c') diff --git a/source4/smbd/process_standard.c b/source4/smbd/process_standard.c index 798d0883c8..3708d034e1 100644 --- a/source4/smbd/process_standard.c +++ b/source4/smbd/process_standard.c @@ -25,8 +25,8 @@ #include "includes.h" #include "lib/events/events.h" #include "lib/tdb/include/tdb.h" -#include "smb_server/smb_server.h" #include "lib/socket/socket.h" +#include "smbd/process_model.h" /* For specifiying event context to GSSAPI below */ #include "system/kerberos.h" -- cgit