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 | |
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')
-rw-r--r-- | pimd/pim_upstream.c | 2 | ||||
-rw-r--r-- | pimd/pim_zebra.c | 2 | ||||
-rw-r--r-- | pimd/pim_zlookup.c | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/pimd/pim_upstream.c b/pimd/pim_upstream.c index cc255a51e..0728c9490 100644 --- a/pimd/pim_upstream.c +++ b/pimd/pim_upstream.c @@ -19,8 +19,6 @@ #include <zebra.h> -#include "zebra/rib.h" - #include "log.h" #include "zclient.h" #include "memory.h" 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" diff --git a/pimd/pim_zlookup.c b/pimd/pim_zlookup.c index 48a228c74..6e7035210 100644 --- a/pimd/pim_zlookup.c +++ b/pimd/pim_zlookup.c @@ -18,7 +18,6 @@ */ #include <zebra.h> -#include "zebra/rib.h" #include "log.h" #include "prefix.h" |