util: Clean up includes
authorMartin Schwenke <martin@meltin.net>
Mon, 31 Jul 2017 04:47:01 +0000 (14:47 +1000)
committerMartin Schwenke <martins@samba.org>
Wed, 2 Aug 2017 01:39:11 +0000 (03:39 +0200)
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Volker Lendecke <vl@samba.org>
lib/util/pidfile.c

index 512e2fb2c22769002a00c9f421b187bb37b11cb7..ede146f560e8142b05c83e34fb3170ccbb6db742 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "includes.h"
+#include "replace.h"
 #include "system/filesys.h"
+
+#include "lib/util/blocking.h"
+#include "lib/util/debug.h"
+#include "lib/util/samba_util.h"  /* For process_exists_by_pid() */
+
 #include "lib/util/pidfile.h"
 
 /**