]> git.puffer.fish Git - mirror/frr.git/commitdiff
pimd: Why was pim including zebra headers? 3075/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 30 Aug 2018 23:08:11 +0000 (19:08 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 23 Sep 2018 20:29:41 +0000 (16:29 -0400)
Remove the inclusion of zebra headers from pim.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_upstream.c
pimd/pim_zebra.c
pimd/pim_zlookup.c

index cc255a51e26840e491d3b99dcb5963276ee8a506..0728c9490ba565d75233169d3337faa697a213f4 100644 (file)
@@ -19,8 +19,6 @@
 
 #include <zebra.h>
 
-#include "zebra/rib.h"
-
 #include "log.h"
 #include "zclient.h"
 #include "memory.h"
index 4ff9bd6bdc65863519ecf89c723fa9f479aca068..23001031e350ece1b3db07b94a91c0caf6f9e8b7 100644 (file)
@@ -19,8 +19,6 @@
 
 #include <zebra.h>
 
-#include "zebra/rib.h"
-
 #include "if.h"
 #include "log.h"
 #include "prefix.h"
index 48a228c744fdad502f8d00f713916b463a4c9d40..6e703521043b823bd1d6c1eb5e143d024f04a8c8 100644 (file)
@@ -18,7 +18,6 @@
  */
 
 #include <zebra.h>
-#include "zebra/rib.h"
 
 #include "log.h"
 #include "prefix.h"