diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-08-31 01:08:11 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-09-23 22:29:41 +0200 |
commit | 5330c5e4a8557cc35e6c50ac09f4c2e4eb659b61 (patch) | |
tree | 069f02a763ac14d83b7aae1ae5ec57bc36156d62 /pimd/pim_zebra.c | |
parent | Merge pull request #3071 from donaldsharp/fix_vrf_name (diff) | |
download | frr-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.c | 2 |
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" |