]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Avoid an unnecessary include
authorVolker Lendecke <vl@samba.org>
Tue, 14 Jan 2020 12:05:00 +0000 (13:05 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 14 Jan 2020 19:17:28 +0000 (19:17 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/lib/server_id_watch.c

index c515a69ba4c90a9720fd99c715fddd8ce37f0a1b..f0189e0e896ac4ff11011259bb45a8d12a2455d1 100644 (file)
@@ -22,7 +22,6 @@
 #include <talloc.h>
 #include "serverid.h"
 #include "server_id_watch.h"
-#include "messages.h"
 #include "lib/util/tevent_unix.h"
 
 struct server_id_watch_state {