From 7c807de6b87a57352fe408d27b32c217523a95cd Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 19 Sep 2009 11:49:33 -0700 Subject: s4-smbd: minimise includes in smbd/ and smb_server --- source4/smbd/pidfile.c | 1 - source4/smbd/process_standard.c | 2 -- 2 files changed, 3 deletions(-) (limited to 'source4/smbd') diff --git a/source4/smbd/pidfile.c b/source4/smbd/pidfile.c index 44600d33cf..da3f363ff9 100644 --- a/source4/smbd/pidfile.c +++ b/source4/smbd/pidfile.c @@ -21,7 +21,6 @@ #include "includes.h" #include "system/filesys.h" -#include "smbd/pidfile.h" /** * @file diff --git a/source4/smbd/process_standard.c b/source4/smbd/process_standard.c index 730e185e5a..49aaf8481a 100644 --- a/source4/smbd/process_standard.c +++ b/source4/smbd/process_standard.c @@ -24,9 +24,7 @@ #include "includes.h" #include "lib/events/events.h" #include "../tdb/include/tdb.h" -#include "lib/socket/socket.h" #include "smbd/process_model.h" -#include "param/secrets.h" #include "system/filesys.h" #include "cluster/cluster.h" #include "param/param.h" -- cgit