Repository : ssh://git@open-mesh.org/batman-adv
On branch : next
commit e37047307eb8534d533e8a31fdc1e3ab0ed08179 Author: Jean Sacren sakiwit@gmail.com Date: Thu Aug 7 06:50:46 2014 -0600
batman: fix duplicate #include of multicast.h
The header multicast.h was included twice, so delete one of them.
Signed-off-by: Jean Sacren sakiwit@gmail.com Cc: Marek Lindner mareklindner@neomailbox.ch Cc: Simon Wunderlich sw@simonwunderlich.de Cc: Antonio Quartulli antonio@meshcoding.com Cc: b.a.t.m.a.n@lists.open-mesh.org Signed-off-by: Marek Lindner mareklindner@neomailbox.ch
e37047307eb8534d533e8a31fdc1e3ab0ed08179 multicast.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/multicast.c b/multicast.c index 96b66fd..ab6bb2a 100644 --- a/multicast.c +++ b/multicast.c @@ -20,7 +20,6 @@ #include "originator.h" #include "hard-interface.h" #include "translation-table.h" -#include "multicast.h"
/** * batadv_mcast_mla_softif_get - get softif multicast listeners