summaryrefslogtreecommitdiffstats
path: root/pimd/pim_zebra.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-08-31 01:08:11 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2018-09-23 22:29:41 +0200
commit5330c5e4a8557cc35e6c50ac09f4c2e4eb659b61 (patch)
tree069f02a763ac14d83b7aae1ae5ec57bc36156d62 /pimd/pim_zebra.c
parentMerge pull request #3071 from donaldsharp/fix_vrf_name (diff)
downloadfrr-5330c5e4a8557cc35e6c50ac09f4c2e4eb659b61.tar.xz
frr-5330c5e4a8557cc35e6c50ac09f4c2e4eb659b61.zip
pimd: Why was pim including zebra headers?
Remove the inclusion of zebra headers from pim. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_zebra.c')
-rw-r--r--pimd/pim_zebra.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pimd/pim_zebra.c b/pimd/pim_zebra.c
index 4ff9bd6bd..23001031e 100644
--- a/pimd/pim_zebra.c
+++ b/pimd/pim_zebra.c
@@ -19,8 +19,6 @@
#include <zebra.h>
-#include "zebra/rib.h"
-
#include "if.h"
#include "log.h"
#include "prefix.h"