[PATCH] cleanup includes in messages_dgm

Volker Lendecke vl at samba.org
Fri Aug 19 08:16:51 UTC 2016


Hi!

Review appreciated!

Thanks, Volker
-------------- next part --------------
>From 9927afbf583873577c1cf87afbfefdcd14ef5eb2 Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl at samba.org>
Date: Thu, 18 Aug 2016 22:00:06 +0200
Subject: [PATCH] lib: Cleanup includes in messages_dgm

Signed-off-by: Volker Lendecke <vl at samba.org>
---
 source3/lib/messages_dgm.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/source3/lib/messages_dgm.c b/source3/lib/messages_dgm.c
index a802882..744e273 100644
--- a/source3/lib/messages_dgm.c
+++ b/source3/lib/messages_dgm.c
@@ -20,15 +20,11 @@
 #include "replace.h"
 #include "system/network.h"
 #include "system/filesys.h"
-#include <dirent.h>
-#include "lib/util/data_blob.h"
+#include "system/dir.h"
 #include "lib/util/debug.h"
 #include "lib/unix_msg/unix_msg.h"
-#include "system/filesys.h"
 #include "lib/messages_dgm.h"
-#include "lib/param/param.h"
 #include "poll_funcs/poll_funcs_tevent.h"
-#include "unix_msg/unix_msg.h"
 #include "lib/util/genrand.h"
 
 struct sun_path_buf {
-- 
2.1.4



More information about the samba-technical mailing list