diff options
author | Volker Lendecke <vl@samba.org> | 2016-08-18 22:00:06 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2016-08-20 09:41:33 +0200 |
commit | a2086e9973759c055ea5a3d10c5f822bb5310fef (patch) | |
tree | 1d004b3b6275f9f4bebf62e01eadce0313a78f34 /source3/lib | |
parent | d203dfbfe42b430468000e893c14fe752f447e9c (diff) | |
download | samba-a2086e9973759c055ea5a3d10c5f822bb5310fef.tar.gz |
lib: Cleanup includes in messages_dgm
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Sat Aug 20 09:41:33 CEST 2016 on sn-devel-144
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/messages_dgm.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/source3/lib/messages_dgm.c b/source3/lib/messages_dgm.c index a8028824da4..744e2738797 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 { |